I have an App.
I have a screen.
I have a freestanding Combo Box.
At initial set up the Combo Box works fine; eventually, however, it begins to close after every single entry into the 'search' area.
I've deleted and rebuilt the box sevaral times, and everytime the same thing; works first, then all of a sudden when you search after every letter the Combo Box closes and the User has to open it and finish the entry, again, and again, until all four letters are entered.
What could be causing this issue. I have several other Combo Box functioning on other screens and this is not an issue. I created the Combo Box on another screen, where it worked fine, and then cut and paste it into this (Main) screen, where the appropriate content was there, but the same closing issue kicked in once on the Main Screen.
Combo Box Properties:
Items: LocationCollection
DisplayFields/SearchFields: ["Title"]
Default: ;
DefaultSelectedItems: Sort(Filter(LocationCollection, Location=varLocationAlpha), Park,Ascending)
IsSearchable: true
OnChange/OnSelect: false
Reset: false
varLocationAlpha: Set(varLocationAlpha,First(Filter(LocationCollection,UserName=User().FullName.Location);

Report
All responses (
Answers (