summaryrefslogtreecommitdiff
path: root/js/form
AgeCommit message (Collapse)Author
2019-04-14Fix button focus issuesMichael Kuhn
This change introduces derived classes for ComboButton, DropDownButton and Select that make sure that buttons do not remain focused after their menus are closed. This allows using hotkeys after closing them.