mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26: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() {
|
static get properties() {
|
||||||
return {
|
return {
|
||||||
|
name: String,
|
||||||
label: String,
|
label: String,
|
||||||
value: {
|
value: {
|
||||||
type: String,
|
type: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user