Vulcan icon indicating copy to clipboard operation
Vulcan copied to clipboard

Form submit swallowed

Open eric-burel opened this issue 4 years ago • 3 comments

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.

eric-burel avatar May 12 '20 11:05 eric-burel

why is it swallowed?

x5engine avatar May 14 '20 11:05 x5engine

Not sure, i didnt experience the bug myself so it might be related to some other input

eric-burel avatar May 14 '20 11:05 eric-burel

ah then I guess needs reproduction

x5engine avatar May 14 '20 13:05 x5engine