EmailSmtpAddress

This commit is contained in:
Lightczx
2023-11-02 11:35:31 +08:00
parent 0e7afa8efb
commit 1cc072ba28
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
<StackPanel Margin="0,8,0,0">
<TextBox
InputScope="EmailNameOrAddress"
InputScope="EmailSmtpAddress"
IsSpellCheckEnabled="False"
PlaceholderText="{shcm:ResourceString Name=ViewPageHutaoPassportUserNameHint}"
Text="{x:Bind UserName, Mode=TwoWay}"/>

View File

@@ -14,7 +14,7 @@
<StackPanel Margin="0,8,0,0">
<TextBox
InputScope="EmailNameOrAddress"
InputScope="EmailSmtpAddress"
IsSpellCheckEnabled="False"
PlaceholderText="{shcm:ResourceString Name=ViewPageHutaoPassportUserNameHint}"
Text="{x:Bind UserName, Mode=TwoWay}"/>

View File

@@ -14,7 +14,7 @@
<StackPanel>
<TextBox
InputScope="EmailNameOrAddress"
InputScope="EmailSmtpAddress"
IsSpellCheckEnabled="False"
PlaceholderText="{shcm:ResourceString Name=ViewPageHutaoPassportUserNameHint}"
Text="{x:Bind UserName, Mode=TwoWay}"/>

View File

@@ -20,7 +20,7 @@
Severity="Error"/>
<TextBox
Margin="0,16,0,0"
InputScope="EmailNameOrAddress"
InputScope="EmailSmtpAddress"
IsSpellCheckEnabled="False"
PlaceholderText="{shcm:ResourceString Name=ViewPageHutaoPassportUserNameHint}"
Text="{x:Bind UserName, Mode=TwoWay}"/>