Skip to content

Handle numpad Enter key in SearchableSelect

Erwan Rouchet requested to merge searchable-select-numpad into master

A small detail found while implementing the magic bar: SearchableSelect does not handle the numpad Enter key because it is using a lower-level keyboard event attribute. This changes SearchableSelect to use the same attribute as the one the magic bar will use, which parses the keyboard keys into simpler "actions"; Enter is mapped to both enter keys.

Edited by Erwan Rouchet

Merge request reports

Loading