Open tishoyanchev opened 5 months ago
@tishoyanchev The possibilites here are limited as stencil does not recognize when an array is modified, but only if the reference changes. However, I can
@Listen()
that will update when the reference changesreload()
or setOptions()
)
At the moment, users cannot dynamically pass a different array of options. They have to re-render the component. It is important to implement a dynamic loading logic that would allow the user to dynamically pass or edit the options array without having to re-render the component.