Pixabay / jQuery-tagEditor

A powerful and lightweight tag editor plugin for jQuery.
500 stars 165 forks source link

Why does tageditor return a string? #147

Open bharal opened 6 years ago

bharal commented 6 years ago

Can we have tageditor return an array instead, in the same way that the autocomplete accepts an array of label/value objects?

tazoony commented 6 years ago

Since TagEditor is based on a textaerea, I guess it only can return a string. I think it's the best way to make a great tag input form because you can type new unexisting tags directly in the input.