Infineon / infineon-design-system-stencil

https://infineon.github.io/infineon-design-system-stencil/
MIT License
27 stars 8 forks source link

Multi-select: implement dynamic loading #1260

Open tishoyanchev opened 5 months ago

tishoyanchev commented 5 months ago

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.

pfafffabian-ifx commented 1 month 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