New to Kendo UI for AngularStart a free 30-day trial

DateInputCustomMessagesComponent

Represents the Kendo UI DateInput custom messages component. Overrides the default component messages with custom messages (see example).

ts
@Component({
  selector: 'my-app',
  template: `
    <kendo-dateinput>
      <kendo-dateinput-messages
        increment="Increase value"
        decrement="Decrease value">
      </kendo-dateinput-messages>
    </kendo-dateinput>
  `
})
export class AppComponent { }

Selector

kendo-dateinput-messages

Inputs

NameTypeDefaultDescription

clearTitle

string

The title of the Clear button of the DateInput.

decrement

string

The title of the Decrement button of the DateInput.

increment

string

The title of the Increment button of the DateInput.

In this article
SelectorInputs
Not finding the help you need?
Contact Support