- 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
about 1 year ago 12:10pm 31 October 2023 - Status changed to Needs work
10 months 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,... β (Open) created by TomTech
- Status changed to Needs review
10 months 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.