Skip to content

Commit

Permalink
fix: ensure attribute animations respond to code changes (#1452)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4fa6108)
  • Loading branch information
eriklimakc authored and mergify[bot] committed Aug 9, 2024
1 parent 7ce3b52 commit 4bf8701
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 101 deletions.
2 changes: 1 addition & 1 deletion doc/material-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Previously, the `PlaceholderText` property acted as a header, displaying in the
##### New Behavior

- **PlaceholderText**: Displays inside the TextBox when it's empty. Disappears when text is entered.
- **Header**: Acts as a label. Animates upwards when the TextBox is focused.
- **Header**: Acts as a label. Animates upwards when text is entered.

##### Example

Expand Down
Loading

0 comments on commit 4bf8701

Please sign in to comment.