atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
440 stars 105 forks source link

`JsSearch::useAjax` is not honored #2034

Closed mvorisek closed 1 year ago

mvorisek commented 1 year ago

In /demos/collection/grid.php?no-ajax=1 demos I would expect no AJAX search, currently the table is updated when typing search input.

mvorisek commented 1 year ago

https://github.com/atk4/ui/blob/5b9c371dc1/js/src/plugins/js-search.plugin.js#L191-L196 is not covered as the coverage is lost as the browser reloads the page

UPDATE: fixed in #2037