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

Fix AutoComplete double enter #384

Merged
merged 3 commits into from
Apr 18, 2023

Conversation

carlgieringer
Copy link
Contributor

Fixes #383

Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
@github-actions
Copy link

Changed-files coverage summary


=============================== Coverage summary ===============================
Statements   : 76.37% ( 181/237 )
Branches     : 64.62% ( 84/130 )
Functions    : 77.78% ( 49/63 )
Lines        : 77.06% ( 178/231 )
================================================================================

Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
@carlgieringer carlgieringer force-pushed the features/383-no-double-autocomplete-enter branch from a3e4b90 to f86bc33 Compare April 18, 2023 07:38
@carlgieringer carlgieringer merged commit ea1743f into master Apr 18, 2023
@carlgieringer carlgieringer deleted the features/383-no-double-autocomplete-enter branch April 18, 2023 07:50
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.

Pressing enter with an autocomplete item highlighted both autocompletes and sends enter to the text input
1 participant