Skip to content

Commit

Permalink
fix(select): Prevent multiple items from being clicked with `NumpadEn…
Browse files Browse the repository at this point in the history
  • Loading branch information
TSenter committed Jan 27, 2025
1 parent ea0ee47 commit c0d7a9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ember-core/src/components/form/select.gts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ export default class Select<T> extends BoundValue<SelectSignature<T>, T> {
{{onKey "ArrowDown" this.moveDown onlyWhenFocused=true}}
{{onKey "Enter" this.enterKeyHandler onlyWhenFocused=true}}
{{onKey "Space" this.enterKeyHandler onlyWhenFocused=true}}
{{onKey "NumpadEnter" this.enterKeyHandler onlyWhenFocused=true}}
{{onKey "Tab" this.exitKeyHandler onlyWhenFocused=true}}
{{onKey "Escape" this.exitKeyHandler onlyWhenFocused=true}}
...attributes
Expand Down

0 comments on commit c0d7a9c

Please sign in to comment.