tagbox icon indicating copy to clipboard operation
tagbox copied to clipboard

Select items from lists with autocomplete

Results 5 tagbox issues
Sort by recently updated
recently updated
newest added

Currently, I am implementing tagbox inside a jquery ui dialog. when I was testing the dropdown, type a few letters and then click on an item, the click event (row.el.on('click'...)...

Are there plans to extend tagbox to encompass functionality like http://jqueryui.com/autocomplete/ I'm looking for ways to dynamically load/update the autocomplete suggestions list. Feel free to close this issue with an...