Raphael Jeger
Raphael Jeger

Reputation: 5232

Need a jQuery Tags Input script with autocomplete and option to add non-existing values

I need a jQuery Tags Input script which supports autocomplete but also has an option to allow for non-existing values. It should also support tag-limiting to a certain amount of tags.

I do only use jQuery, not jQuery UI.

I already tried jquery-tagit and jquery-tokeninput.

Does anyone know a solution? Thx!

Upvotes: 0

Views: 561

Answers (1)

PSR
PSR

Reputation: 40318

you can use combo box in jQuery.It is very good one.You can use your own values which are not existed in the list.

Upvotes: 1

Related Questions