fastselect
fastselect copied to clipboard
add or remove all selected on button click?
How can i add all select option or remove all when click button?
any plans for this implementation?
@frostchick @vitormalencar not sure if i understand this feature request completely - could you explain this a bit more?
@dbrekalo I think he means you should to add checkbox for each item and add select all checkbox into somewhere.
try this, will clear all selected tags
$('.fstChoiceRemove').click();
$('#details').fastselect();
@zdiodic It is not working on a single select. It is only working in multi-select.