mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
add initial_value to textarea (#1434)
This commit is contained in:
parent
6662892c10
commit
e8ea228759
1 changed files with 2 additions and 0 deletions
|
@ -1258,6 +1258,8 @@ builder_constructors! {
|
||||||
spellcheck: BoolOrDefault DEFAULT,
|
spellcheck: BoolOrDefault DEFAULT,
|
||||||
wrap: Wrap DEFAULT,
|
wrap: Wrap DEFAULT,
|
||||||
value: String volatile,
|
value: String volatile,
|
||||||
|
|
||||||
|
initial_value: String DEFAULT,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue