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 / Modern ComboBox 1.0.0 ...
Power Apps
Answered

Modern ComboBox 1.0.0 issue in Form

(0) ShareShare
ReportReport
Posted on by 19

I am using the updated modern combo box in a form but I am seeing a problem that is a show stopper. Can someone plz confirm?

I have Form for a DV table that has a lookup to another table with values of [A,B,C,D,....,Z]

  1. I replaced the lookup with modern one. disable multi-select
  2. I updated the items property to the following Search('DV Table', Self.SearchText, 'Primary Col')
  3. set data row limit set to 5. This will make the default dropdown show [A,B,C,D,E]
  4. search for a value like [F] that is not listed the default dropdown, Search will work and it will show up.
  5. select it it will not select but rather goes back to the old selection.
Please note: The expected behavior works outside the FORM Control. 
 
Thanks
Categories:
I have the same question (0)
  • Suggested answer
    11manish Profile Picture
    3,333 on at
    The behavior you're describing—where searching for a value outside the initial "loaded" set (the first few rows) allows you to see the item but causes the selection to "snap back" or fail—is tied to how the Modern control handles the Items property when it is dynamically filtered by Self.SearchText.
    Why this happens?
    The Modern Combo Box requires that any selected item must always exist within the current Items table.
    • When you type "F", the Search() function executes and the Items list updates to only show "F".
    • You select "F".
    • The moment you "click" or the control loses focus, the SearchText often clears or resets.
    • Because SearchText is now blank, your Items property reverts to the default (the first 5 records: A, B, C, D, E).
    • Since "F" is no longer in that list of 5, the control assumes the selection is invalid and reverts to the previous value to prevent a "broken" record.
  • BCBuizer Profile Picture
    22,833 Super User 2026 Season 1 on at
     
    I tried replicating the issue you described, but unfortunately was unable to. Can you please share the full code of the control to verify the settings? You can obtain this by right clicking the control in the tree view, or by clicking the ellipsis next to it, and then select View code:
     
     
     
    If this reply helped you in any way, please give it a Like 💜 and in case it resolved your issue, please mark it as the Verified Answer ✅.
  • IA-24091907-0 Profile Picture
    19 on at
    Sorry @11manish, you are not suggesting a solution but rather you are explaining it. which I am aware of
    The expected behavior works outside the FORM Control. 
  • IA-24091907-0 Profile Picture
    19 on at
    Hi @BCBuizer did you try that in form control? and yes I am using the modern combobox 1.0.0
  • Verified answer
    BCBuizer Profile Picture
    22,833 Super User 2026 Season 1 on at
     
    Indeed, in the context of a form (I tried both modern and classic edit form), the selection resets. A control with identical code outside the context of a form does not show the same behaviour and does same the selected. 
     
    Given that this is unexpected behaviour, you could open a support ticket with MS and keep your fingers crossed for a quick resolution.
     
    If you don't have the time to wait, you can try using a workaround with a variable. For this you need to update the OnChange and DefaultSelectedItems properties of the combobox:
    OnChange = UpdateContext({locSelected: Self.Selected})
    
    DefaultSelectedItems = Coalesce(locSelected, Parent.Default)
    Also you'll have to reset the variable to prevent selections staying in place when changing records. How to do that depends on your app, but generally you'll need to set the variable  back to blank whenever a new record to edit is selected.
     
     
    If this reply helped you in any way, please give it a Like 💜 and in case it resolved your issue, please mark it as the Verified Answer ✅.
  • IA-24091907-0 Profile Picture
    19 on at
    Thanks @BCBuizer. Your workaround did the trick! 🙌
    This is so frustrating to find bug on much needed control 
     
    Important: This context variable needs to be set to blank after form submit. 
  • IA-24091907-0 Profile Picture
    19 on at
    Important: This context variable needs to be set to blank after form submit. 

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard