web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How can I auto close a...
Power Apps
Answered

How can I auto close a multi selection people picker combobox after one item is select?

(0) ShareShare
ReportReport
Posted on by 160

Hi All,

I have an issue with the combobox control, when in the browser manually closing the control is fine. But when mobile after selecting an item the control needs to be clicked on the top right which is a very tiny "x" in the mobile the control is not getting scaled (probably I did not consider it) but auto closing it should be fine. Is it possible to do that? So anytime someone actually selects an person the control just autocloses.

Thanks

Categories:
  • CU24091509-0 Profile Picture
    417 on at

    @rssilvaba  Unfortunately this is currently not possible. I had the same issue and finally had to live with it and had to do an end user training.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up

  • WarrenBelz Profile Picture
    156,570 Most Valuable Professional on at

    Hi @rssilvaba ,

    We use a lot of these on iPads - if you press on the screen away form the combo box, it should close.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • Verified answer
    rssilvaba Profile Picture
    160 on at

    Hi All,

    Thank for the inputs but I found a way to do it using the "toggle function" trick.

    //toggle OnChange
    Set(
     _fn_glbEnableComboBoxStatus,
     {Enabled:true,Count:CountRows(ComboBox1.SelectedItems)}
    );
    
    //toggle Default
    ComboBox1.DisplayMode = Disabled
    
    //ComboBox1 DisplayMode
    If(CountRows(Self.SelectedItems)<>_fn_glbEnableComboBoxStatus.Count,Disabled,Edit)


    Hope it helps anyone else.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard