Skip to content

Commit

Permalink
chore: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
eriklimakc committed Aug 9, 2024
1 parent f71d18a commit 0d6e80f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/library/Uno.Material/Styles/Controls/v2/TextBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
- Without Header/Placeholder: Simple TextBox
- With placeholder but no header: The placeholder will be displayed where the text is supposed to be until text is inputed
- With placeholder but no header: The placeholder will be displayed where the text is supposed to be until the text is inputted
- With header but no placeholder: The header will be displayed where the text is supposed to be and will move up when text is inputed
- With header but no placeholder: The header will be displayed where the text is supposed to be and will move up when text is inputted
- Whith header and placeholder: The header will be displayed at the top and the placeholder will be displayed where the text is supposed to be until text is inputed
- With header and placeholder: The header will be displayed at the top, and the placeholder will be displayed where the text is supposed to be until the text is inputted
-->

<!-- Converters -->
Expand Down

0 comments on commit 0d6e80f

Please sign in to comment.