Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enter key press on Autocomplete option into a Form #145

Merged
merged 1 commit into from Jul 3, 2017
Merged

Enter key press on Autocomplete option into a Form #145

merged 1 commit into from Jul 3, 2017

Conversation

jtommy
Copy link
Member

@jtommy jtommy commented Jun 30, 2017

Hi Rafael,
i have just fixed a issue about enter key press on autocomplete option into a Form.
In the last release 0.4.4, enter key press on option not work because the option (hover) isn't selected and the form is submitted.
I have changed from keyup to keydown and i have just tried this fix in all browsers (IE10+, Chrome, Firefox, Safari).

… component into a Form (fix keyup to keydown because prevent to submit a form)
@rafaberaldo
Copy link
Member

Thanks for this, didin't know that the form submit was on keydown

@rafaberaldo rafaberaldo merged commit af2554b into buefy:dev Jul 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants