Open b-ma opened 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
options
always
If we write something like this:
options
is always a new instance (which is not particularly nice but...), and render isalways
called