javascript - select2, unhide the already selected value -


i using select2 drop down allow multiple selections removing selected value drop-down list. how can disable that? want show values in drop-down.

xyz.select2({ formatresult: formatelement,                formatselection: formatelement,                closeonselect: false })  


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -