summaryrefslogtreecommitdiff
path: root/js/form/ComboButton.js
AgeCommit message (Collapse)Author
2021-02-12silence (or fix) a bunch of eslint warningsAndrew Dolgov
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.