Search enhancement (desktop version)
abashmak opened this issue · 2 comments
abashmak commented
- Remove listeners for "Ctrl press" and "start of search by typing"
- Add expandable search control
- Add listener for '/' character to activate search box
abashmak commented
These asks have been implemented by PR #64
One last enhancement ask is to enable closing of search box by pressing escape. Current behavior of ESC while in search clears the existing search entry any expanded categories/items. There are two possibilities, please implement whichever's easier:
- A second ESC press will close the search box
- The original ESC press will clear, collapse and close the search box
abashmak commented
Current behavior of single ESC to clear/close searchbox and collapse items is acceptable.