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

Overrides the default messages of the NumericTextBox component.

Use this component to provide custom messages for the NumericTextBox.

Definition

Package:@progress/kendo-angular-inputs

Selector:kendo-numerictextbox-messages

Syntax:

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

Inputs

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