You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
In Xamarin.Forms for WPF, in an ordinary Entry, pressing Ctrl+A selects all text in the Entry. This proper, standard behavior in Windows.
However, if IsPassword="True", Ctrl+A does not select all text. It should.