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
However after each key-press within the input component, focus is lost. If I pull the wrapping ({field, form}) => { ... } out and make it a constant then everything works as expected.
Note the onTextChange prop in my example might make it seem like this is a react native component, I am experiencing this on web.
The text was updated successfully, but these errors were encountered:
I am wanting to use
<Field />
with the following pattern:However after each key-press within the input component, focus is lost. If I pull the wrapping
({field, form}) => { ... }
out and make it a constant then everything works as expected.Note the
onTextChange
prop in my example might make it seem like this is a react native component, I am experiencing this on web.The text was updated successfully, but these errors were encountered: