Has any thought been given to having handler
in action sheet passing selected value from handler
event to onDidDismiss
as a data
property?
Trying to avoid mutable state when working with multiple chained action sheets, and current status quo isn’t great.
Perhaps I’m missing something, I know you can manually close an action sheet with e.g. x.dismiss(someData)
, but I’m looking for a way to return data from handler
event.
2 posts - 2 participants