From 6b0b66af9956c02d66d5f59615c50a007085cb09 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 22 Aug 2019 12:24:42 -0700 Subject: [PATCH] Fix text areas not working in Preact (#3513) --- src/components/ha-textarea.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ha-textarea.js b/src/components/ha-textarea.js index 90c728935e..ef941a39ce 100644 --- a/src/components/ha-textarea.js +++ b/src/components/ha-textarea.js @@ -27,6 +27,7 @@ class HaTextarea extends PolymerElement { static get properties() { return { + name: String, label: String, value: { type: String,