the mystery of the select2
So right now, I drag a little droppable item into a select box and some of the code is our and some is from select2 of the internets.
Code works when we drop variables in there.
Code doesn't work or hasn't actually been written to do things when something is removed
minimumInputLength just has to do with each chosen item must be greater than or equal to it's length
accept: allows you to add a condition by which the droppable must meet in order for it to be dropped
Comments
Post a Comment