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
Update the `SecurePasswordBox` control to notify all listeners of
changes to the password value. Previously we only notified on the first
character typed into the box.
We clone the current password, modify it, and then replace the previous
instance (triggering an `INotifyPropertyChanged::PropertyChanged`
event). With a binding delay, we will batch updates of multiple
keystrokes rather than one at a time.
0 commit comments