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
I have a use case where I am showing two pickers one after the other. I noticed that on the iPad, if I show one picker and on Success block, try to show another ActionSheet Picker it doesn't show up maybe because the origin of the first picker and the second is the same and if the first one doesn't dismiss, the second one cant be shown. Is there a way to dismiss the current picker using any API before showing the second one?
The text was updated successfully, but these errors were encountered:
I have a use case where I am showing two pickers one after the other. I noticed that on the iPad, if I show one picker and on Success block, try to show another ActionSheet Picker it doesn't show up maybe because the origin of the first picker and the second is the same and if the first one doesn't dismiss, the second one cant be shown. Is there a way to dismiss the current picker using any API before showing the second one?
The text was updated successfully, but these errors were encountered: