add initial_value to textarea (#1434)

This commit is contained in:
Valentin Golev 2023-09-06 19:49:29 +02:00 committed by GitHub
parent 6662892c10
commit e8ea228759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
}; };