Skip to content

Commit 457a2f5

Browse files
committed
Set input scope
1 parent b265ac4 commit 457a2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Signal-Windows/Views/ConversationSettingsPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</Grid.RowDefinitions>
3535
<StackPanel Grid.Row="0" Margin="0,0,0,8" HorizontalAlignment="Left">
3636
<TextBlock Text="Display Name" Margin="0,0,0,4" FontSize="15"/>
37-
<TextBox x:Name="DisplayNameTextBox" Text="{x:Bind Vm.DisplayName, Mode=TwoWay}" Width="300" LostFocus="DisplayNameTextBox_LostFocus"/>
37+
<TextBox x:Name="DisplayNameTextBox" Text="{x:Bind Vm.DisplayName, Mode=TwoWay}" Width="300" LostFocus="DisplayNameTextBox_LostFocus" InputScope="PersonalFullName"/>
3838
</StackPanel>
3939
<StackPanel Grid.Row="1" Margin="0,8" HorizontalAlignment="Left">
4040
<TextBlock Text="Mute conversation" FontSize="15" Margin="0,0,0,4"/>

0 commit comments

Comments
 (0)