mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
Fix text areas not working in Preact (#3513)
This commit is contained in:
@@ -27,6 +27,7 @@ class HaTextarea extends PolymerElement {
|
||||
|
||||
static get properties() {
|
||||
return {
|
||||
name: String,
|
||||
label: String,
|
||||
value: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user