-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
How to validate only dropdown search field? #732
Comments
yes, in the same way as the
then call |
But Thanks for this awesome package! |
Yes, you are right. you can only change |
In my use case, I use |
no, i meant you create a
|
Ahh sorry I misunderstood your question, I haven't tried it that way and did not know if that will works. Thanks for the insight! But for now even if it works, I think I will stick with the current implementation, since I still need to access the |
I run into issue where I need to validate only the dropdown search field, usually when using
TextFormField
I can just set thekey
withGlobalKey<FormFieldState>()
, but I cannot find the way to do this on dropdown search, is there a way to to validate only the drop down search field?The text was updated successfully, but these errors were encountered: