I have implemented the autocomplete item grouping functionality, but need a slightly different implementation.
The first group header item is injected as a disabled item, but the following items are injected as right aligned divs within the list. This is causing issues because I do not have a lot of width to play with and the items are being overlapped by the injected div's
Is there any way that I can get the control to always inject group headers as disabled items? I can add a "IsHeader" attribute and doctor the items inline if needed.
I have attached a screenshot displaying the current render
Is this achievable? Please say it is because I just want one control suite on the site.