The hokey scope was set on focus of the outermost container of the field inputs. When clicking on a dropdown inside this container, the hokey scope was set first by the dropdown and then by the focused container. This led to the previous hotkey scope being overwritten. The fix consists in moving the hokey scope setter on focus to the inner container. Before: https://github.com/user-attachments/assets/12538c5b-43ab-4b76-a867-7eda6992b1ea After: https://github.com/user-attachments/assets/002fedba-010c-41e9-bec6-d5d80cb2dcc5