Unplanned
Last Updated: 20 Nov 2023 15:58 by hika
hika
Created on: 20 Nov 2023 15:58
Category: DateTimePickers
Type: Feature Request
6
Implement DateInput DateEditing configurations for DatePickers as well.

I noticed that in version 2023.2.606 you introduced some Date Editing enhancements for the DateInput component, like:

but these options aren't available for other DatePickers that implement the DateInput internally:

@(Html.Kendo().DateTimePicker()
              .Name("datepicker")
              .DateInput()
)
Please add the configuration properties available for the DateInput to the Components that support date input as well.

0 comments