You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Kendo React DateTimePicker component inside a Field in a Form, the control shows unexpected behavior if the validator function receives more than one argument (for example, (value, formValues)). In this case, the time selector repeatedly scrolls upward without changing the selected value. It can be deduced that the issue occurs whenever the validator defined in the Field has one or more additional arguments beyond the main value. This problem does not occur when the validator only receives the value (e.g., startTimeValidator).
Description
When using the Kendo React DateTimePicker component inside a Field in a Form, the control shows unexpected behavior if the validator function receives more than one argument (for example, (value, formValues)). In this case, the time selector repeatedly scrolls upward without changing the selected value. It can be deduced that the issue occurs whenever the validator defined in the Field has one or more additional arguments beyond the main value. This problem does not occur when the validator only receives the value (e.g., startTimeValidator).
Plan
KendoReact
Steps To Reproduce
Screenshots or video
8e423f32-bc80-42a0-99ef-705d27954a6d.mp4
Actual Behavior
The DateTimePicker in the End Time field does not allow proper time selection. The popup scrolls upward continuously, blocking normal interaction.
Expected Behavior
The DateTimePicker should allow selecting a time without erratic scrolling, correctly displaying the chosen value and validating against formValues.
Browser
Microsoft Edge, Firefox
Browser version
latest
OS type
Windows
OS version
Windows 11 Home 25H2 26200.7623
Last working version of the KendoReact package (if regression).
14.0.0