atais / ng2-eonasdan-datetimepicker

A wrapper directive around the Eonasdan Datepicker v4 component.
MIT License
34 stars 23 forks source link

Ability to use the Delete key to edit the date in the input field #68

Open edjm1971 opened 4 years ago

edjm1971 commented 4 years ago

After making a date selection I am able to click in the field and use the Backspace key to edit the date. However, I am not able to use the Delete key as it will always clear the entire field.

Solution do not have the field cleared when the user presses the Delete key but have it do what is expected (e.g. delete a single character for each key press)

edjm1971 commented 4 years ago

Our customer requested the ability and if this is not supported we would need to find a different datetimepicker tool