Closed AdelheidF closed 4 years ago
@jcfranco can you take this one?
I could only reproduce this by not using the multiple
attribute on pick-list
/value-list
. Based based on the event's doc, this is working as expected (one event is emitted per item being toggled).
@AdelheidF Can you confirm this is what you're seeing?
That sounds correct since one is turned off and one is turned on.
never mind what I said, closing...
I have been using the event "calciteListItemChange".
It has been working fine for a long time, but I noticed today that the event is being called twice when I click on the row once. I would think that this has not always been like this. The first call returns
selected:true
and the secondselected:false
.