Closed (fixed)
Project:
Search Autocomplete
Version:
3.0.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2023 at 09:11 UTC
Updated:
18 Apr 2025 at 05:44 UTC
Jump to comment: Most recent
Comments
Comment #2
taran2lComment #4
taran2lComment #5
pasan.gamage commentedThis patch worked for me on D10
Thanks @Taran2L
Comment #6
pasan.gamage commentedComment #7
tomtech commentedThanks 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.
Comment #9
tomtech commentedNew MR added that only adds the class if the autocomplete is NOT a search autocomplete.
Comment #10
extexan commentedJust to weigh in on this issue, our non-search autocompletes were broken. The MR from TomTech fixed them.
Comment #13
dom. commentedThanks a lot awesome community for your work on this module.
3.0.1 includes your fix