mirror of https://github.com/status-im/reagent.git
Clean unncessary type tag
This commit is contained in:
parent
b6a380f69e
commit
54834246f2
|
@ -114,7 +114,7 @@
|
|||
:placeholder "Placeholder"
|
||||
:helper-text "Helper text"
|
||||
:class (.-textField classes)
|
||||
:on-change (fn [^js/DomEvent e]
|
||||
:on-change (fn [e]
|
||||
(reset! text-state (event-value e)))
|
||||
:multiline true
|
||||
;; TODO: Autosize textarea is broken.
|
||||
|
|
Loading…
Reference in New Issue