|
@@ -885,7 +885,7 @@
|
|
|
{:class "text-xl bg-transparent border-none w-full outline-none px-3 py-3"
|
|
{:class "text-xl bg-transparent border-none w-full outline-none px-3 py-3"
|
|
|
:auto-focus true
|
|
:auto-focus true
|
|
|
:autoComplete "off"
|
|
:autoComplete "off"
|
|
|
- :autoCapitalize false
|
|
|
|
|
|
|
+ :autoCapitalize "off"
|
|
|
:placeholder (input-placeholder false)
|
|
:placeholder (input-placeholder false)
|
|
|
:ref #(when-not @input-ref (reset! input-ref %))
|
|
:ref #(when-not @input-ref (reset! input-ref %))
|
|
|
:on-change debounced-on-change
|
|
:on-change debounced-on-change
|