Is There Option to remove the default “Non Selected” Option from Combobox ?
As far as I’m aware that’s not a standard option… That will be a list item or dynamic value you’re pulling in from the source? (Or at least it would be in Configurator), so just change your source data to not include it?
Did you ever figure out how to remove the “None Selected” option? I want to do the exact same thing.
Actually, it showed up because of the data type of the column that u will bind to
For example, if you’re trying to save in a column with a Datatype number, it will show by default the non-selection
But if ur saving into a string column, it’ll not show up


