[FormBuilderDateTimePicker]: Can't open the picker dialog dynamically anymore #1477
Open
7 tasks done
Labels
bug
Something isn't working
Is there an existing issue for this?
Package/Plugin version
10.0.0
Platforms
Flutter doctor
Flutter doctor
Minimal code example
Code sample
Current Behavior
Text field is focused, but picker dialog won't open.
Expected Behavior
In the previous version it was opening the picker dialog.
Steps To Reproduce
Aditional information
I was using
focusNode.requestFocus()
to open the picker dialog dynamically. Is there a new way of doing this in the latest version?The text was updated successfully, but these errors were encountered: