logbon72 / angular-material-datetimepicker

Datepicker for Angular Material, mimick's Android's date time picker
https://logbon72.github.io/angular-material-datetimepicker
MIT License
169 stars 123 forks source link

Cannot enter date time manually #118

Closed naveendb92 closed 6 years ago

naveendb92 commented 7 years ago

On click, everytime opens a datetime picker.

  1. Is it possible to enter the dates manually ?
  2. Is it possible to clear the date that has been selected ?
hexadecy commented 7 years ago
  1. https://github.com/beenote/angular-material-datetimepicker edit-input="true" The button to open the picker have to be added.

  2. Where you want the clear button, a X is ok? Normally I put a X button at then end of an input. I think IE and Edge put a x in the input sometime.

naveendb92 commented 7 years ago

Yes. A small X button to clear the date would be fine I feel.

hexadecy commented 7 years ago

@naveendb92 please have a look https://github.com/beenote/angular-material-datetimepicker/releases/tag/v1.8.5

naveendb92 commented 6 years ago

@hexadecy first of all sorry for the late reply. Thank you so much for adding the feature. Really appreciate your effort to resolve the user queries.