- Issue created by @kumkum29
- π¦πΉAustria drunken monkey Vienna, Austria
In custom code, I think it should be relatively easy (though a bit fiddly) to implement
hook_form_views_exposed_form_alter()
yourself and just undo the changes done bysearch_api_autocomplete_form_views_exposed_form_alter()
(or\Drupal\search_api_autocomplete\Utility\AutocompleteHelper::alterElement()
in particular) to the form structure in the specific cases where you need them. You might just also need to adapt the cache metadata accordingly so the form is not incorrectly cached (not sure if this really needs specific code or will work automatically, just give it a try).Unfortunately, I donβt know of any simpler solution, no.
Hope this helps.
Automatically closed - issue fixed for 2 weeks with no activity.