更新整理
This commit is contained in:
@@ -221,7 +221,7 @@ public partial class PasswordBox : WPFluent.Controls.TextBox
|
||||
{
|
||||
case "reveal":
|
||||
SetCurrentValue(IsPasswordRevealedProperty, !IsPasswordRevealed);
|
||||
_ = Focus();
|
||||
Focus();
|
||||
CaretIndex = Text.Length;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user