QTypeahead like Twitter's Typeahead
-
Hey,
I’m trying to reproduce Twitter’s Typeahead with- QTree component (nested data),
- QTree filter input,
- and dropdown.
At the moment I found few places for improvements:
- would be nice to bold filtered string in QTree nodes
- collapse lost-match nodes on backspace
I want to reproduce it with pure Quasar components (no external packages) and will PR it to Quasar Play repo when I’m done