As per the documentation, both DatePickerField and TimePickerField are extensions of TextField but editable and required property have no effect on these fields.
I need the date and time to be set only from ngModel in certain use-case scenarios. Users should not be allowed to modify the values but as per current package, there is no way to disable GUI editing of the field.
Kindly check if these features can be added.