- Issue created by @pixelwhip
- Merge request !12Issue #3423712: Exposed for inputs lose focus when autosubmitting β (Open) created by pixelwhip
- πΊπ¦Ukraine i-trokhanenko Lutsk πΊπ¦
Hi @pixelwhip, thanks for your contribution. Can we move the issue to "Needs Review" or is it still in progress?
- Status changed to Needs review
9 months ago 12:03am 28 February 2024 - Status changed to RTBC
8 months ago 10:58am 4 April 2024 - Status changed to Needs review
7 months ago 5:14am 5 April 2024 - πΊπΈUnited States pixelwhip
I refactored this change to move all the internal methods inside the Drupal behavior so other modules and themes might more easily tap into it. I needed this as my exposed form contained some custom multi-select listboxes that are not handled by change alone and are outside the scope of this module.
- First commit to issue fork.
- Merge request !15[#3423712] Use 'refocus-blur' AJAX setting for submit action β (Open) created by tgauges
- π©πͺGermany tgauges
I implemented an alternative solution which makes use of the new refocus-blur AJAX setting β to refocus the last active element.