Fix text areas not working in Preact (#3513)

This commit is contained in:
Paulus Schoutsen 2019-08-22 12:24:42 -07:00 committed by GitHub
parent 7e5f28b3cc
commit 6b0b66af99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ class HaTextarea extends PolymerElement {
static get properties() {
return {
name: String,
label: String,
value: {
type: String,