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
@geoerika@kc-leung I am quite certain that it is the component issue. Replacing lumen-labs <TextField/> with vanila input does not reproduce page refresh on dashboard side.
Asides from it, since the input element's value update relies on <form>, I don't think this should be a controlled component. Consider defaultValue and take out onChange handler.
https://user-images.githubusercontent.com/59836949/191584174-a5a8b3bf-703b-470d-b6cc-6e7b32824394.mov
Seems like the input bar refreshes the page when the input change is made by keyboard.
preventDefault()
might fix the problem.The text was updated successfully, but these errors were encountered: