DateInputCustomMessagesComponent
Component
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
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.