-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
[FormBuilderTypeAhead]: How to Select a value to be preselected #86
Comments
Hi!, |
@deandreamatias Code example already given above. It is just the component rendered in
the value |
@abhilashsajeev nice, But I need the definition of class |
@deandreamatias
|
Maybe you need add equal comparison to this class @abhilashsajeev |
@deandreamatias Most of people will work with some kind of class while using this. Can you include such example in the documentation using Array of Objects in addition to Current one |
Is there an existing issue for this?
Package/Plugin version
Current
Platforms
Flutter doctor
Flutter doctor
Minimal code example
Code sample
Current Behavior
No preselected value is showing. Even though I have selected initialValue and passed it to intialvalue field in the
FormBuilderTypeAhead
Expected Behavior
when initialvalue to be passed to filed it should show it as preseleted item
Steps To Reproduce
Using Obx of Getx
Aditional information
No response
The text was updated successfully, but these errors were encountered: