dbrekalo / fastselect

Fastselect is lightweight browser plugin for enhanced select elements based on jQuery. Enables fast and sensible UI upgrade of select element with features like option searching and remote dataset loading.
http://dbrekalo.github.io/fastselect/
MIT License
108 stars 87 forks source link

How to update tags values in <input>? #20

Open yelnyafacee opened 7 years ago

yelnyafacee commented 7 years ago

Hi, how do I update the with the current tag values in the container? or I have to write it manually?

nilandev commented 7 years ago

Use data-initial-value='[{"text": "Algeria", "value" : "Algeria"}, {"text": "Angola", "value" : "Angola"}]'

zdiodic commented 6 years ago

i have same problem to add tags selected in input from DB so user can modify selection. is there any example to do this ?