Question

I'm currently using Jquery autocomplete combobox to create some filters.

Functionality wise, it is all good.

But I'm having a issue where I would like to set "title" attributes each options that are newly created/filtered after typing key words on combobox.

enter image description here

Above image is showing the list of options with initial load. Which title attribute is conserved from initial option elements.

enter image description here

Above image is showing the list of options after I have newly typed keywords.

The reason why I need tittle is that I'm currently displaying URL of multiple sites and actual width given to combobox is never enough to display the full length of URL.

Thank you for reading my post and I hope to hear any solution or feedback.

Était-ce utile?

La solution

After spending time, I found the solution by myself.. (lots of people already spent time on this..)

If you are having same issue as I had, please have a look at comments on previous post.

I hope it helps.

Thank you all

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top