Controlled form resets focus on every keystroke #4544
Labels
awaiting response
bug
needs reproducible example
Missing a link to a reproduction in the playground, CodeSandbox, JSFiddle, etc.
Prerequisites
What theme are you using?
core
Version
5.x
Current Behavior
When using the form in controlled mode, every keystroke into the form resets the forms focus.
Example:
Expected Behavior
It should maintain the focus state of the element.
Steps To Reproduce
Run the above code, type into the form.
Environment
Anything else?
Linked to #391 (changing to controlled form as a workaround due to the attached issue).
The text was updated successfully, but these errors were encountered: