Is there a way for a Control of the Select type in the body of the document to not have “Blank” as an option?
I’m pulling the options for my dropdown in the select from a column in a table that does not have empty cells, but it seems like the Blank option is hard-wired in the Select Control.
I’d like to get rid of it, because other parts of the document rely on there being an actual value in that selector, and I would have to code around that everywhere to make sure nothing unexpected happens if someone sets the value to blank…
I can’t believe it’s been THREE years since this question was first posed and NO one has answered it. It’s STILL an issue in 2022 and I’m curious to know how this has been solved. Please advise.
Hello,
I have the same question for a select control where I wish there were no “blank” option.
The “filter(CurrentValue.isNotBlank())” idea in the filter formula bar doesn’t remove this option.
Does anyone has an other idea/solution ?
(I guess the “blank” option is not an actual value that is filtered by the component formula, but a component option to switch off, isn’t it ?)