-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(TextArea): Only use internal value for autogrow data property (#5358
) * Only use internal value for autogrow data property * Changeset * Only populate internalValue when needed (uncontrolled) and data-value when autogrow enabled * Only update internal value if autogrow is enabled * Add autogrow example to stickersheet * Use StickerSheet component
- Loading branch information
1 parent
8aebe0b
commit 71e17eb
Showing
3 changed files
with
37 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@kaizen/components': patch | ||
--- | ||
|
||
TextArea: no longer forced into controlled mode under the hood, allowing value manipulation via JS if needed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters