Closed benjamin-a-kuntz closed 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.
Resolves issue https://github.com/RenovoSolutions/ngx-datetimepicker/issues/111 as well as some other issues noted during testing.