- ๐บ๐ธUnited States smustgrave
Manually had to rebase hopefully still works.
-
smustgrave โ
committed cf28ce80 on 7.0.x authored by
recrit โ
Issue #3468358: UPDATE 1 - Text fields are auto-submitted twice when...
-
smustgrave โ
committed cf28ce80 on 7.0.x authored by
recrit โ
- ๐บ๐ธUnited States recrit
attached is a backport patch for 6.0.x for anyone that has not updated to 7.0.x yet.
- ๐บ๐ธUnited States recrit
MR 105 created with the following:
- Maintains the same intended solution as the original - find the element with "data-bef-auto-submit-delay" and attach listeners to it.
- Finds the correct parent with "[data-bef-auto-submit-full-form]" even when there are intermediate elements in between "[data-bef-auto-submit]" and "[data-bef-auto-submit-full-form]".
- Changed the "$form" variable to "$needsAutoSubmit" since not all elements found with the selectors are forms. - @recrit opened merge request.
-
smustgrave โ
committed 4b55880c on 7.0.x
Issue #3469712 by sander wemagine: Remembered filters don't reset with...
-
smustgrave โ
committed 4b55880c on 7.0.x
- ๐บ๐ธUnited States smustgrave
Think this still needs work as the tests are showing problems.