fastselect icon indicating copy to clipboard operation
fastselect copied to clipboard

add or remove all selected on button click?

Open frostchick opened this issue 9 years ago • 5 comments

How can i add all select option or remove all when click button?

frostchick avatar Jun 03 '16 03:06 frostchick

any plans for this implementation?

vitormalencar avatar Aug 16 '16 14:08 vitormalencar

@frostchick @vitormalencar not sure if i understand this feature request completely - could you explain this a bit more?

dbrekalo avatar Aug 19 '16 08:08 dbrekalo

@dbrekalo I think he means you should to add checkbox for each item and add select all checkbox into somewhere.

yong0011 avatar Sep 12 '16 04:09 yong0011

try this, will clear all selected tags

	$('.fstChoiceRemove').click();	
	$('#details').fastselect();

zdiodic avatar May 30 '18 09:05 zdiodic

@zdiodic It is not working on a single select. It is only working in multi-select.

debashishkumar avatar Aug 21 '18 10:08 debashishkumar