You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I'm trying to use the widget factory to build out a version of autocomplete that emulates select2() with a search box below the selected item and above the items themselves and having some difficulty.
It may be my lack of experience with the factory. However from my perspective, this would be much easier if instead of autocomplete object being simply a ul, it would be a ul wrapped by a div.
Is this something that the jQueryUI Team would consider? I would love to hear your comments on this topic.
The text was updated successfully, but these errors were encountered:
Feel free to try preparing such a patch; it'd be interesting to see how many tests would fail. But I'm not optimistic we'd include such a modification in the widget.
Yea, I was poking around with it and was just coming up to speed when I said to myself "whoever wrote this could fix it in like 10 minutes, I'll take 4 hours". So, I held out burning more time on it. Knowing the state of things, I'll take another crack at it.
So, I'm trying to use the widget factory to build out a version of autocomplete that emulates select2() with a search box below the selected item and above the items themselves and having some difficulty.
It may be my lack of experience with the factory. However from my perspective, this would be much easier if instead of autocomplete object being simply a ul, it would be a ul wrapped by a div.
Is this something that the jQueryUI Team would consider? I would love to hear your comments on this topic.
The text was updated successfully, but these errors were encountered: