- Issue created by @Taran2L
- @taran2l opened merge request.
- Status changed to Needs review
over 1 year ago 9:43am 24 July 2023 - π¦πΊAustralia pasan.gamage
This patch worked for me on D10
Thanks @Taran2L - Status changed to RTBC
over 1 year ago 12:10pm 31 October 2023 - Status changed to Needs work
about 1 year ago 8:20pm 16 January 2024 - πΊπΈUnited States TomTech
Thanks for the MR, @Taran2L !
It did resolve an issue with the groups not rendering correctly for the search autocomplete field, but it also broke all the other regular autocomplete fields on the site.
Not sure why the processing is different, but I've made a small tweak to the patch that keeps the `ui-menu-item` class for autocompletes that are not search_autocompletes, and this at least allows both to function.
New MR to follow.
- Merge request !3Issue #3376483: CSS class "ui-menu-item" must not be added by the module,... β (Merged) created by TomTech
- Status changed to Needs review
about 1 year ago 8:30pm 16 January 2024 - πΊπΈUnited States TomTech
New MR added that only adds the class if the autocomplete is NOT a search autocomplete.
- πΊπΈUnited States ExTexan
Just to weigh in on this issue, our non-search autocompletes were broken. The MR from TomTech fixed them.
-
dom. β
committed 030f6d8c on 3.x authored by
tomtech β
Issue #3376483: CSS class "ui-menu-item" must not be added by the module...
-
dom. β
committed 030f6d8c on 3.x authored by
tomtech β
- π«π·France Dom.
Thanks a lot awesome community for your work on this module.
3.0.1 includes your fix