In the code that's surrounding the AdvancedQueryFilter it can be useful to know whether the input is currently valid or not; for example to block submitting a form if the input isn't valid.
We could implement this if the onInput hook receives, on top of the pure value, also the validity status.
In the code that's surrounding the AdvancedQueryFilter it can be useful to know whether the input is currently valid or not; for example to block submitting a form if the input isn't valid.
We could implement this if the
onInputhook receives, on top of the pure value, also the validity status.