I attempted to use a sample from bootstrap, but I am not having any luck with it.
Is there anyone who can assist me in resolving this issue and understanding it better?
Code Snippet:
<input type="text" class="form-control" id="tokenfield" value="red,green,blue" />
Javascript Code:
$('#tokenfield').tokenfield({
autocomplete: {
source: ['red','blue','green','yellow','violet','brown','purple','black','white'],
delay: 100
},
showAutocompleteOnFocus: true
})