ux: placeholder for inputs

This commit is contained in:
leo
2024-06-18 20:14:36 +08:00
parent 99afc74871
commit 41fbbdf643
2 changed files with 2 additions and 0 deletions

View File

@@ -54,6 +54,7 @@
VerticalAlignment="Center"
CornerRadius="2"
Text="{Binding Name, Mode=TwoWay}"
Watermark="{DynamicResource Text.CreateBranch.Name.Placeholder}"
v:AutoFocusBehaviour.IsEnabled="True"/>
<TextBlock Grid.Row="2" Grid.Column="0"

View File

@@ -46,6 +46,7 @@
VerticalAlignment="Center"
CornerRadius="2"
Text="{Binding TagName, Mode=TwoWay}"
Watermark="{DynamicResource Text.CreateTag.Name.Placeholder}"
v:AutoFocusBehaviour.IsEnabled="True"/>
<TextBlock Grid.Row="2" Grid.Column="0"