summaryrefslogtreecommitdiff
path: root/js/form
AgeCommit message (Collapse)Author
2020-02-28add validationtextarea control, use it for filter match editorAndrew 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.