You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cursor will always move to the end of the input when the value changes, regardless of where the cursor was placed originally. (Not sure what's causing this).
The text was updated successfully, but these errors were encountered:
I've encountered a few issues specific to
cljss.reagent/defstyled
:Style maps not transformed properly
Will raise a warning from React like:
Which I think could be fixed by camel casing the style map here: https://github.com/clj-commons/cljss/blob/master/src/cljss/core.cljs#L106
Controlled input not working correctly
Given a
defstyled
input component like:When used as a controlled input like:
The cursor will always move to the end of the input when the value changes, regardless of where the cursor was placed originally. (Not sure what's causing this).
The text was updated successfully, but these errors were encountered: