mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Fix text areas not working in Preact (#3513)
This commit is contained in:
parent
7e5f28b3cc
commit
6b0b66af99
@ -27,6 +27,7 @@ class HaTextarea extends PolymerElement {
|
||||
|
||||
static get properties() {
|
||||
return {
|
||||
name: String,
|
||||
label: String,
|
||||
value: {
|
||||
type: String,
|
||||
|
Loading…
x
Reference in New Issue
Block a user