I need some help with manipulating the behavior of the “refresh/search/apply” button for the default filter implementation of JMIX. I want to make the button not clickable if there’s no search term entered inside the text field. I’ve scoured the XSD schemas but couldn’t really find a way to programmatically initialize the button and manipulate its behavior, I’d appreciate your help.
Alternatively you can not to use Generic Filter component but to create your own fixed custom filter using PropertyFilter components. In this case you’ll have full control over UI.