Hello,
It would be great if Tadabase could add the “contains” and “does not contain” operators to display rules in forms for one-to-many connection fields.
In the example below, I would like to hide a field if the user selects any one of the finance options, but I can’t.
Here are the current options for a one-to-many connection field:
Here are the option with a multi-select field:
I know what you are thinking; just use a multi-select field instead. The issue with that is the end user wants to be able to add more options to this list from the front end of the app, so I have to use a separate table for these options instead of a static multi-select.