rmsutton
Results
2
issues of
rmsutton
Not necessarily an issue but more of a question / feature request -- Is it possible to animate the drop down similar to how the date picker in Angular Material...
good for contribution
improvement
I can see this [well written] implementation is based on [Aoe1992](http://sc.snu.ac.kr/~xuan/spe777ja.pdf) but it seems like it doesn't work for all cases. ``` var trie = new Trie({...}); trie.insert('baby#'); trie.insert('babe#'); var...