
Announcements
Hello Everyone,
You see screenshots in two rows, which I took from the latest PowerApps application on my phone. The only difference between the first and second row is that I added an inactive modern ComboBoxCanvas control.
In the first row, you can see that I select an item from a list of one hundred. There are Cancel and Save options at the top, and I chose Save. The name appears in the ComboBox, but below it, the name should be displayed based on ComboBox1.Selected.Name, which is missing.
In the second row, I added an inactive ComboBoxCanvas control, which serves only as decoration. But behold! The selection in the ComboBox changed because of it, there is no Cancel, no Save! After selection, the name based on ComboBox1.Selected.Name is immediately visible!
Of course, such an error does not occur in the browser, but due to barcode scanning and other phone-specific features, using the browser is not practical.
How would you explain this peculiarity?