fastselect icon indicating copy to clipboard operation
fastselect copied to clipboard

Add new option to existing fastselect

Open xAlstrat opened this issue 8 years ago • 1 comments

I'm trying to do this by re-creating the fastselect instance in the same select element.

//add new <option> to <select> $select
$select.fastselect(options); //re-create fastselect

But it doesn't work. I also tried using the 'destroy' method just before calling '$select.fastselect(options);'.

A would like to add the new option at the first position.

Thanks you !

xAlstrat avatar Jul 31 '17 04:07 xAlstrat

Same question as above.

EddieAguirre avatar Sep 05 '18 23:09 EddieAguirre