I am interested in having more options Available for the Conditionals for Select Options components much like Textfield components have. For example: "is not blank", "is blank", etc.
The functionality I am looking for would be to have a Select List that if it "Is Not Blank" then another Select List appears. Right now the options are only "is" and "is not" which my Select List has about 30 options, which would require me to add 30 Conditionals of "is not" data1, "is not" data2, etc.
Anyone else interested in this functionality? See attached screenshot for more clarity.
Comments
Comment #1
quicksketchYes I agree this would be a good feature to add. I don't think it's particular challenging, though I think it only applies to checkboxes and multiple selects, which is why I avoided adding the option because it doesn't always make sense. My idea for the naming would probably be, "has any option selected", "has no options selected" and potentially "has every option selected".
Comment #2
BD3 commentedYes, this would work for me. I think your naming convention seems to fit.
Now that I think of it though, the one that may not work is "Has no options selected", by default the form would have no options selected (unless a default value was configured), would the form then automatically run the condition? Just something to think about.
Comment #3
quicksketchThis was implemented in #2076409: Empty / Not Empty conditions for select lists, though it used the labels "is empty" and "is not empty". I think the longer labels we suggested would ultimately be better, but the length of them causes values to wrap. Let's stick with these for the time being, since the main feature is already implemented.