Skip to content
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

DateTimePicker readOnly property not consistent with datetime_picker_formfield #210

Closed
coleweinman opened this issue Dec 20, 2019 · 1 comment

Comments

@coleweinman
Copy link

When using the FormBuilderDateTimePicker, the keyboard jumps up and closes when the date picker shows. After looking at the DateTimePicker from datetime_picker_formfield, it looks like if readOnly is true, then this issue should be resolved. However, due to the way FormBuilderDateTimePicker is written, if readOnly is true, then enabled is set to false, which disables the whole widget. While I believe this keyboard issue is the fault of datetime_picker_formfield, there should be more control of making only the keyboard read-only, and the whole widget read-only.

@coleweinman coleweinman changed the title DateTimePicker readOnly Property not consistent with datetime_picker_formfield DateTimePicker readOnly property not consistent with datetime_picker_formfield Dec 20, 2019
@Ayman-Kortobaa
Copy link

Are there any workarounds or news for this issue?
I am having the same issue right now stopping me from using the package in production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants