Class: InputNumber

"montage/ui/native/input-number.reel". InputNumber

new InputNumber()

Wraps the a <input type="date"> element with binding support for the element's standard attributes.
Source:

Extends

Members

(static) max :number

The maximum value displayed but the number control.
Type:
  • number
Default Value:
  • null
Source:

(static) min :number

The minimum value displayed but the number control.
Type:
  • number
Default Value:
  • null
Source:

(static) step :number

The amount the number changes with each step.
Type:
  • number
Default Value:
  • null
Source:

_updateOnInput :boolean

Hard to imagine a text-input that is not using a input nor textarea
Type:
  • boolean
Inherited From:
Default Value:
  • true
Source:

updateOnInput :boolean

When this property and the converter's allowPartialConversion are both true, as the user enters text in the input element each new character is added to the component's value property, which triggers the conversion. Depending on the type of input element being used, this behavior may not be desirable. For instance, you likely would not want to convert a date string as a user is entering it, only when they've completed their input. Specifies whether
Type:
  • boolean
Inherited From:
Default Value:
  • true
Source: