alexgorbatchev / jquery-textext

A super awesome, customizable text input supporting tags, autocomplete, ajax and other goodness in a crazy cool a-la cart way.
http://textextjs.com
MIT License
1.27k stars 201 forks source link

How to add id to the TAGs in suggested list ? #156

Open SaugataM opened 10 years ago

SaugataM commented 10 years ago

My auto complete suggestion list is like this: {"tag":"music","id":9}, {"tag":"Drama","id":2}, {"tag":"Film","id":3}, {"tag":"Song","id":4} Want to add respected ids to the dropdown list with the items. Just like:

Music


For newly added tags want to add id [0] to them. Can it be possible that the hidden input with get this formation?

where 0 is new and 9 is existing...

Thanks Saugata

MohammedFadin commented 10 years ago

Same question. It's very important to have a nested json support.