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

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

Definition

Package:@progress/kendo-angular-dateinputs

Selector:kendo-dateinput-messages

Syntax:

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 { }

Inputs

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
DefinitionInputsclearTitledecrementincrement
Not finding the help you need?
Contact Support