Skip to content

Commit

Permalink
fix: Outlined TextBox Disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
eriklimakc committed Aug 21, 2024
1 parent 475aadc commit 73d643a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Uno.Gallery/Views/SamplePages/TextBoxSamplePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
Style="{StaticResource OutlinedTextBoxStyle}"
AutomationProperties.AutomationId="TextBox_Outlined_Material" />
<TextBox Text="Disabled"
IsEnabled="False"
Style="{StaticResource OutlinedTextBoxStyle}"
AutomationProperties.AutomationId="TextBox_Outlined_Disabled_Material" />
<TextBox PlaceholderText="Placeholder"
Expand Down

0 comments on commit 73d643a

Please sign in to comment.