Skip to main content

Input (number)



Development

Examples

Basic

PreviewAngularReactVueJavaScript

Disabled

PreviewAngularReactVueJavaScript

Label

PreviewAngularReactVueJavaScript

Readonly

PreviewAngularReactVueJavaScript

Stepper buttons

PreviewAngularReactVueJavaScript

Validation

PreviewAngularReactVueJavaScript

Slots

PreviewAngularReactVueJavaScript

API

Properties

Name
Description and specifications
allowedCharactersPattern
The allowed characters pattern for the input field
Attribute:
allowed-characters-pattern
Type:
string | undefined
disabled
Disables the input field
Attribute:
disabled
Type:
boolean
Default:
false
helperText
The helper text for the input field
Attribute:
helper-text
Type:
string | undefined
infoText
The info text for the input field
Attribute:
info-text
Type:
string | undefined
invalidText
The error text for the input field
Attribute:
invalid-text
Type:
string | undefined
label
The label for the input field
Attribute:
label
Type:
string | undefined
max
The maximum value for the input field
Attribute:
max
Type:
number | string | undefined
min
The minimum value for the input field
Attribute:
min
Type:
number | string | undefined
name
name of the input element
Attribute:
name
Type:
string | undefined
pattern
The pattern for the input field
Attribute:
pattern
Type:
string | undefined
placeholder
placeholder of the input element
Attribute:
placeholder
Type:
string | undefined
readonly
Indicates if the field is read-only
Attribute:
readonly
Type:
boolean
Default:
false
required
Indicates if the field is required
Attribute:
required
Type:
boolean
Default:
false
showStepperButtons
Indicates if the stepper buttons should be shown
Attribute:
show-stepper-buttons
Type:
boolean | undefined
showTextAsTooltip
Indicates if the text should be shown as a tooltip
Attribute:
show-text-as-tooltip
Type:
boolean | undefined
validText
The valid text for the input field
Attribute:
valid-text
Type:
string | undefined
value
The value of the input field
Attribute:
value
Type:
number
Default:
0
warningText
The warning text for the input field
Attribute:
warning-text
Type:
string | undefined

Events

Name
Description and specifications
ixBlur
Event emitted when the input field loses focus
Detail:
void
validityStateChange
Event emitted when the validity state of the input field changes
Detail:
ValidityState
valueChange
Event emitted when the value of the input field changes
Detail:
number

Slots

Name
Description and specifications
end
Element will be displayed at the end of the input
start
Element will be displayed at the start of the input