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

NumericTextBoxCustomMessagesComponent

Overrides the default messages of the NumericTextBox component.

Use this component to provide custom messages for the NumericTextBox.

html
<kendo-numerictextbox>
  <kendo-numerictextbox-messages
    [increment]="'Custom Increment Message'"
    [decrement]="'Custom Decrement Message'">
  </kendo-numerictextbox-messages>
<kendo-numerictextbox>

Selector

kendo-numerictextbox-messages

Inputs

NameTypeDefaultDescription

decrement

string

Sets the title of the Decrement button in the NumericTextBox.

increment

string

Sets the title of the Increment button in the NumericTextBox.

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