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
It is due to code like this, which results in React re-rendering the component on change, which then makes the input lose focus (because it's actually a new DOM element):
Steps to reproduce:
Expected behavior:
Focus remains in the input box while typing.
The text was updated successfully, but these errors were encountered: