new AbstractNumberField()
- Source:
Extends
Members
enabled :number
Wether or not the number field acccepts user input
Type:
- number
- Default Value:
- 0
- Source:
max :number|string
The maximum value allowed in the InputNumber. Can be any number or the string "any".
Type:
- number | string
- Default Value:
- "any"
- Source:
min :number|string
The maximum value allowed in the InputNumber. Can be any number or the string "any".
Type:
- number | string
- Default Value:
- "any"
- Source:
step :number
The amount the value changes when using the plus/minus buttons. Can be any positive number.
Type:
- number
- Default Value:
- 1
- Source:
value :number
The value of the InputNumber
Type:
- number
- Default Value:
- 0
- Source:
Events
action
Dispatched when the button is activated through a mouse click, finger
tap, or when focused and the spacebar is pressed.
Type:
- Event
Properties:
Name | Type | Description |
---|---|---|
detail |
Map | pass custom data in this property |
- Overrides:
- Source: