Replies: 0 comments 1 reply
-
I would first check out this: Then, if it doesn't work, I would try setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a custom component that is based on a checkbox element based on the template for CheckboxElement.
It renders in the form and builder as expected. But I noticed that when making a condition I get different operators (is empty/not empty) than a standard checkbox (is true/is false) in the builder. Naturally this leads to the condition not working.
This is the (simplified) code that I made. As far as I can see I am extending the standard CheckboxElement everywhere, so I am not sure where the condition operators are defined and why they are different?
Screenshot of condition dialog with different operator options:

Beta Was this translation helpful? Give feedback.
All reactions