We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reproduce:
There is some issue in handling the focus of FormBuilderDateTimePicker. (may be)
The text was updated successfully, but these errors were encountered:
if (_formKey.currentState.saveAndValidate()) { FocusScope.of(context).requestFocus(FocusNode()); }
Sorry, something went wrong.
Yes thank you, @cuimingqiang . That works.
But, when a date is selected, it should automatically unfocus the date field
Thank you @shashikantleher, for bringing this to our attention.
Kindly note that this package makes use of other packages so some bugs or issues may emanate from such.
I will try to have a permanent fix, baked into the package.
@cuimingqiang thanks for your solution. Cheers!
This should be fixed, feel free to reopen if not.
No branches or pull requests
Reproduce:
There is some issue in handling the focus of FormBuilderDateTimePicker. (may be)
The text was updated successfully, but these errors were encountered: