Dear Team,
We have a tried to apply e-outline cssClass to RecurrenceEditorComponent.
However, it doesn't applies any of the individual component.
And also, we tried the below code to do the same.
document.getElementById("RecurrenceEditor").querySelectorAll(".e-input-group").forEach(element => {
if (!element.classList.contains('e-outline')) {
element.classList.add('e-outline')
}
})
We need following items need to be change in RecurrenceEditorComponent.
a) Remove the Never end option.
b) Change the date format to dd-MMM-yyyy.
Could you please help on this.
Regards,
Sinchan