Question

I'm using this plugin to select multiple items with autosuggestions.

Drew Wilson's Auto Suggest JQuery plugin

I need to have more than one input of this type with different items. I use different datasources and classes to each input so they dont use the same data. I've already tried using two inputs with the autosuggest plugin. However, when i do this, only the last input works and the others become simple textboxes.

Was it helpful?

Solution

So, I realised Drew Wilson's Auto Suggest JQuery plugin doesn't work with more than one autosuggest input, I guess. Best option to solve this is to use Jquery's UI autocomplete.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top