New to Kendo UI for Angular? Start 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
Name | Type | Default | Description |
---|---|---|---|
clearTitle |
|
The title of the Clear button of the DateInput. | |
decrement |
|
The title of the Decrement button of the DateInput. | |
increment |
|
The title of the Increment button of the DateInput. |