Hi
I have a combobox that contains two values, ["1", "2"]
DefaulSelectedItems = ["1"]
If the user for some reason select value 1 again, then it becomes empty. (Both visually empty and data is empty)
How can i make sure the user can't have an empty value without adding a notification or something to the user.
I belive this is running the Teams design combox and have less options available.
Solved! Go to Solution.
Change the control type to a dropdown instead of a combobox, in there, there is a property called allowemptyselection, set this to false.
@iAm_ManCat |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
I could set this as default but the visual still shows a empty box then.
If(
comboboxSelected.Value = Blank(), "1",
combobox.Selected.Value)
Change the control type to a dropdown instead of a combobox, in there, there is a property called allowemptyselection, set this to false.
@iAm_ManCat |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
203 | |
100 | |
61 | |
59 | |
57 |
User | Count |
---|---|
256 | |
162 | |
90 | |
79 | |
70 |