-
Notifications
You must be signed in to change notification settings - Fork 644
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: textarea value attribute and controllable textarea (#2354)
- Loading branch information
1 parent
840eef3
commit a4069c2
Showing
55 changed files
with
1,321 additions
and
231 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,6 @@ | ||
--- | ||
"@marko/translator-tags": patch | ||
"@marko/runtime-tags": patch | ||
--- | ||
|
||
Add "value" attribute support to textarea and support controllable textarea's. |
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 |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
{ | ||
"name": "*", | ||
"total": { | ||
"min": 19039, | ||
"brotli": 6891 | ||
"min": 19258, | ||
"brotli": 6942 | ||
} | ||
}, | ||
{ | ||
|
Oops, something went wrong.