UX issues in Filter - Submit / Reset element

Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

Hello bricks developer,

The user experience in the Filter - Submit / Reset element needs some improvement. For example:

In the reset action, if the Hide if no active filter option is not enabled, even if no filter is active, the user can click on Reset Filter and the Ajax process will be executed every time. The problem is that if no filter is active, the button is not disabled. But if you look at the approach of this button here, it works fine.

In submit action, Like the reset action, if no filters are active, the button is still clickable and the Ajax process is executed. Here too, Disabled mode will be very effective.

Best regards