Skip to content

Fixed events and custom icon classes

Latest
Compare
Choose a tag to compare
@OClement OClement released this 28 Oct 18:18

SelectAll will now only trigger "onSelectAll", as opposed to additionally trigger "onItemSelect" for every items in the list
DeselectAll will now only trigger "onDeselectAll", as opposed to additionally trigger "onItemDeselect" for every items in the list

Fixed: "onSelectAll" was incorrectly called when clicking "Uncheck All" due to bad boolean comparison
Added: "Handling Events" section in the demo page