-
Notifications
You must be signed in to change notification settings - Fork 164
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
controller.clear() has no effect #31
Comments
AdityaHerlambang
pushed a commit
to AdityaHerlambang/date_time_picker
that referenced
this issue
Apr 24, 2021
In which version, this fix is coming. i still see this error in version 2.0.0 |
The latest version was solved this issue. |
This issue still persists in version 2.1.0. |
https://github.com/priyaranjan-mantri/date_time_picker.git use this one |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a time picker and trying to clear text inside by using
it has no effect. However
_timeController.text = '12:45';
works fine. I alsohave tried_timeController.text = '';
but also no effect:My setup:
The text was updated successfully, but these errors were encountered: