Open tohanss opened 1 month ago
To toggle password (PIN) visibility in MAUI, you change the "IsPassword" Value. This automatically converts the visible numbers to stars (*).
However, this also changes the keyboard type on android since the numbers are technically not a password.
One possible workaround is to manually controll the Keyboard property on the Entry
https://learn.microsoft.com/en-us/dotnet/api/microsoft.maui.keyboard?view=net-maui-8.0
To toggle password (PIN) visibility in MAUI, you change the "IsPassword" Value. This automatically converts the visible numbers to stars (*).
However, this also changes the keyboard type on android since the numbers are technically not a password.
One possible workaround is to manually controll the Keyboard property on the Entry