Hello,
I am trying to modify a clause for the existing FilterBuilder component in our application. I am trying to render two custom date picker components when the between operator is selected. Everything works as intended when a single component would be rendered (in case of equals, not equal or contains operators), but when the between operator is selected, it renders nothing.
When switching to between this happens:
So, after creating a new canvas and form, a date item component is created, set to the form and added to the canvas. This works for any of the valid operators except for the between.
Do you perhaps have any idea why this might be happening? Is there some behavior related to these operators that I'm missing? Any suggestion is welcome.
Thank you in advance
I am trying to modify a clause for the existing FilterBuilder component in our application. I am trying to render two custom date picker components when the between operator is selected. Everything works as intended when a single component would be rendered (in case of equals, not equal or contains operators), but when the between operator is selected, it renders nothing.
When switching to between this happens:
So, after creating a new canvas and form, a date item component is created, set to the form and added to the canvas. This works for any of the valid operators except for the between.
Do you perhaps have any idea why this might be happening? Is there some behavior related to these operators that I'm missing? Any suggestion is welcome.
Thank you in advance
Comment