You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
When using the
FormBuilderDateTimePicker
, the keyboard jumps up and closes when the date picker shows. After looking at the DateTimePicker fromdatetime_picker_formfield
, it looks like ifreadOnly
is true, then this issue should be resolved. However, due to the wayFormBuilderDateTimePicker
is written, ifreadOnly
is true, then enabled is set to false, which disables the whole widget. While I believe this keyboard issue is the fault ofdatetime_picker_formfield
, there should be more control of making only the keyboard read-only, and the whole widget read-only.The text was updated successfully, but these errors were encountered: