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
I confirm that this is an issue rather than a question.
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
Bug report
When typing a text in the search box and pressing Enter to convert it, the active suggestion is selected, causing an unintended page transition.
(In Japanese input, we often use the Enter key to confirm a character conversion.)
This issue was occered in a MacOS browsers (Chrome, Firefox). It was not reproduced in Windows OS.
Activity
piyoppi commentedon May 12, 2021
I tried to fix the issue using Implicit submission of Form.
piyoppi@89f26c6
I am going to submit a pull request.
fix($plugin-search): ignore Enter key when converting text (fix vuejs…