Hello everybody,
I have problem with Combo Box rollout window.
My ComoBox
This is how my Combo Box looks. Nothing special about it. The problem is when I click the down arrow,
and currently there is only one item in Combo Box items.
ComboBox with rollout
The Combo Box roll out already look like it is selected but it isn't. I want to achieve, but don't know how, the roll out window to move under combo box like when the item is selected.
The left picture shows how it looks when the item is selected. I want to achieve look on the right picture without any selection.
So my colleagues will not think that the item is selected when it isn't.
Thank you
Solved! Go to Solution.
Hello,
change IsSearchable to true it will do the trick or at least it will be more obvious.
Hi @Anonymous ,
Based on the issue that you mentioned, I think the IsSearchable property of the ComboBox could achieve your needs. Please consider set the IsSearchable property of the ComboBox to following (enable "Allow searching" option for the ComboBox) :
true
then check if the issue is solved.
Best regards,
Hello,
change IsSearchable to true it will do the trick or at least it will be more obvious.
Hi @Anonymous ,
Based on the issue that you mentioned, I think the IsSearchable property of the ComboBox could achieve your needs. Please consider set the IsSearchable property of the ComboBox to following (enable "Allow searching" option for the ComboBox) :
true
then check if the issue is solved.
Best regards,
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
198 | |
173 | |
62 | |
33 | |
32 |
User | Count |
---|---|
338 | |
271 | |
105 | |
71 | |
58 |