You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a large-scale application with complex navigation hierarchies, pickers bound to enum properties within child stores exhibit unexpected dismissal behavior. The parent store contains multiple child stores, each with their own enum properties. When attempting to select a value from any picker bound to these nested enum properties, the picker immediately dismisses and navigates back to the previous screen.
Note: This only happens with enums, toggles works fine.
STR:
Create a parent store containing multiple child store properties
Each child store has its own enum properties
Open debugger navigate to any of children stores.
Open the picker to select a value.
Here is a screen-record that will demonstrate the issue:
Description:
STR:
Here is a screen-record that will demonstrate the issue:
B0247737-5172-4CAD-B21D-6C42A77DC034.mov