day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
796 stars 147 forks source link

TAB misbehaves with typeahead #190

Closed mpisanko closed 5 years ago

mpisanko commented 5 years ago

With default settings on demo page (typeahead) when you input text 'aaa' - and press <TAB> - gets you Error: No protocol method IAssociative.-assoc defined for type string: aaa This does not happen when you click out.

When :change-on-blur? is set to false - input value 'aaa', press <TAB>: Error rendering component (in Ky > UF > > > rA > > Z > > oA > > reagent3 > xL > Z > > lA > > Z > > lA > > Z > > cD) TypeError: Cannot read property 'j' of null

Gregg8 commented 5 years ago

Fixed by #194

mpisanko commented 5 years ago

cheers!