- Issue created by @gsquirrel
- πΊπ¦Ukraine myha
Not sure it's properly solution, bot for making it work I trigger 'change' event of the exposed form.
- π©πͺGermany dbielke1986
Same here. In earlier version it was possible, but not since switching to version 5.x
- ππΊHungary nagy.balint
So based on π Add Better Exposed Filters support Fixed
data-bef-auto-submit-exclude attribute was added, which was also in 4.x so by earlier version perhaps you meant 3.xthe issue that was solved by this is
As a consecuence, after updating to Better Exposed Filters to 6.0.4 or newer, and using Chosen on a select filter, makes the input search unusable because it auto-submits the form right after the user type just a character.
So then the solution here is to revert that change, but to solve the original issue in a better way.
- π¬π§United Kingdom gsquirrel London
If solve the original issue is too challenging maybe this could be a tickbox option with a warning about that possible side effect? So that people who are willing to live with that can have autosubmit possible?