-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to show picker in a model (dialog)? #81
Comments
means you want a mask? |
Yes. Is it possible to add an extra parameter(may be 'modelMode') in picker.Init() method, to enable such behavior? |
@haydenluo Did you managed to do it? I tried to use Modal along side with Picker, but the picker is covered by Modal. #148 |
also having this issue on iOS. its fine on Android |
It's very simple.
while the function is
|
fix valid disease_name
I'd like to after I call picker.show(), no other parts of parent view could be clicked(or touched).
The text was updated successfully, but these errors were encountered: