telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
466 stars 215 forks source link

RecurrenceEditorComponent broken #4224

Closed ferriskleier closed 6 months ago

ferriskleier commented 6 months ago

Description RecurrenceEditorComponent is missing labels and is formatted in an unreadable way

To Reproduce Scheduler package version 15.0.1 Add RecurrenceEditorComponent to template, I'm using

<kendo-recurrence-editor
        (valueChange)="onRecurrenceRuleValueChanged($event, isNew)"
        *ngIf="formGroup.get(fields.type).value !== EventType.EVENT"
        [formControl]="formGroup.get(fields.recurrenceRule)">
</kendo-recurrence-editor>

Expected behavior Input fields are out of place and missing labels, it's hard to understand what the three radio buttons do or the numeric input under the frequency buttons.

Screenshots

Screenshot 2024-02-23 at 11 02 22 AM Screenshot 2024-02-23 at 11 03 38 AM

Browser