ircam-ismm / sc-components

Web Component library for audio applications
https://ircam-ismm.github.io/sc-components/
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

sc-select, sc-radio, etc. - should check that given options has really changed before re-rendering #25

Open b-ma opened 1 year ago

b-ma commented 1 year ago

If we write something like this:

<sc-select
   .options=${['a', 'b', 'c', 'b']}
></sc-select>

options is always a new instance (which is not particularly nice but...), and render is always called