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
Form "submit" event seems swallowed by an "onChange" event when pressing enter.
This forces us to use "onKeyPress" currently, but that creates interference with input that may also use "enter" keypress. We treat textarea specifically to avoid issues but we still need to fix the underlying issue ; we should not need an onKeyPress listener.
The text was updated successfully, but these errors were encountered:
Form "submit" event seems swallowed by an "onChange" event when pressing enter.
This forces us to use "onKeyPress" currently, but that creates interference with input that may also use "enter" keypress. We treat textarea specifically to avoid issues but we still need to fix the underlying issue ; we should not need an onKeyPress listener.
The text was updated successfully, but these errors were encountered: