RenovoSolutions / ngx-datetimepicker

An Angular component for a customizable date and time picker
MIT License
31 stars 24 forks source link

Demo functionality, CSS and Readme updates #160

Closed benjamin-a-kuntz closed 2 years ago

benjamin-a-kuntz commented 2 years ago

Resolves issue https://github.com/RenovoSolutions/ngx-datetimepicker/issues/111 as well as some other issues noted during testing.

benjamin-a-kuntz commented 2 years ago

Note that the clear/now footer was added to the date component in order to make it match the other component configurations and to enable the same functionality within the demo.
CSS changes include a singe alteration made to hide this new footer within the dateTimePicker object so that there is only one footer as desired:

.ngx-datetime-picker .calendar--footer {
    content-visibility: hidden;
}

Other css changes shown in commit are editor formatting only.