Vue.Isotope icon indicating copy to clipboard operation
Vue.Isotope copied to clipboard

Isotope not reacting to changes in prop `list`

Open p0psicles opened this issue 5 years ago • 0 comments

I'm trying to add a textbox, that can be used to filter by text. I'm watching the textbox, and it is filtering the provided array of items through a computed.

Only the Vue.isotope is not updating the provided to Isotope, on a change of value in the prop.

Any idea how to solve this?

p0psicles avatar Jul 26 '20 14:07 p0psicles