Clean unncessary type tag

This commit is contained in:
Juho Teperi 2019-09-12 11:26:16 +03:00
parent b6a380f69e
commit 54834246f2
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
:placeholder "Placeholder" :placeholder "Placeholder"
:helper-text "Helper text" :helper-text "Helper text"
:class (.-textField classes) :class (.-textField classes)
:on-change (fn [^js/DomEvent e] :on-change (fn [e]
(reset! text-state (event-value e))) (reset! text-state (event-value e)))
:multiline true :multiline true
;; TODO: Autosize textarea is broken. ;; TODO: Autosize textarea is broken.