Closed
Description
Describe the bug
If you create a textbox with ContentType password the Samsung Keyboard will lock up.
-- Also found that TextInputOptions.ShowSuggestions="False" also causes the issue.
Not working in 11.2.0+, 11.3.0-RC1
Works in 11.1.0+
<TextBox
PasswordChar="*"
TextInputOptions.IsSensitive="True"
TextInputOptions.ContentType="Password" />
Thes code works but the Samsung Keyboard will still offer suggestions which is dangerous.
<TextBox x:Name="Password"
PasswordChar="*"
TextInputOptions.IsSensitive="True" />
To Reproduce
- Launch the Avalonia Catalog Sample on a Samsung device
- Visit the TextBox sample page
- Click on the Password Box
- Try to enter text, keyboard will lock up.
Just create a brand-new Avalonia app and add the following code to the MainView.axaml.
<TextBox
PasswordChar="*"
TextInputOptions.IsSensitive="True"
TextInputOptions.ContentType="Password" />
Launch the app on a Samsung device.
Expected behavior
Keyboard should work but just not offer suggestions
Avalonia version
11.3.0-RC1
OS
Android