mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-08 02:06:37 +08:00
feat: add default Password character to TextBox.
This commit is contained in:
@@ -20,12 +20,11 @@
|
||||
Width="500"
|
||||
InnerLeftContent="http://"
|
||||
InnerRightContent=".com" />
|
||||
<TextBox Width="300" Classes="clearButton" />
|
||||
<TextBox Width="300" PasswordChar="*" />
|
||||
<TextBox Width="300" Classes="clearButton" Text="click to clear"/>
|
||||
<TextBox Width="300" Classes="revealPasswordButton" PasswordChar="*" Text="123456"/>
|
||||
<TextBox
|
||||
Width="300"
|
||||
Classes="ClearButton RevealPasswordButton"
|
||||
PasswordChar="*"
|
||||
Text="123456" />
|
||||
<TextBox
|
||||
Width="500"
|
||||
|
||||
Reference in New Issue
Block a user