materialize-tags icon indicating copy to clipboard operation
materialize-tags copied to clipboard

A jQuery tags input plugin based on Materialize

Results 3 materialize-tags issues
Sort by recently updated
recently updated
newest added

Am trying to implement suggestion api This is my code $('#name').materialtags({ itemValue: 'value', itemText: 'text', typeaheadjs: { name: 'name', displayKey: 'name', source: function(search, showChoices) { var a=[]; $.ajax({ url: "",...

Add support for styling (e.g. Chips with images)

enhancement

Hi! Thank you for creating this useful plugin! Do you have idea how to exclude existing tags from dropdown? For example [Typeahead section here](http://henrychavez.github.io/materialize-tags/examples/) There are already predefined tags "Amsterdam"...