-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
SDK 25.8.0
The ListPickerItem should provide a binding on the control state property to update the view after a change
Business case example:
The user select an item from the ListPickerItem, once returning to the main view, the ListPickerItem should change state (from .normal to .readOnly or .disabled), also it's not clear to me where to trigger this change, there is no closure once an item is selected, I tried via a property observer on ListPickerDestination.selections, but it was not called.
I am using .autoDismissDestination(true) for single selection
thanks
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request