day8 / re-com

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

Typeahead does not take external model changes into account anymore #205

Closed p-himik closed 5 years ago

p-himik commented 5 years ago

I think the commit 67407bd12dde01104ec8d2f8ae7c9af75b2018fa has broken it. Now, if I change the model externally, the typeahead does not change its contents.

p-himik commented 5 years ago

The commit description has this line: "Nothing in the code was actually updating the external value". But that was the whole point of the external model value - to check for the changes from outside of typeahead.