ImaskNumeric
The form field component for the numeric control with masked input.
Parameters
numeric value
the name attribute of the generated HTML input element
minimal value
maximal value
the number of decimal digits (default 2)
the decimal separator (default: auto detect)
the thousands separator
pads fractional zeros at end to the length of scale
appends or removes zeros at the end
label text bound to the input element
determines if label can contain HTML code
an initializer extension function
Constructors
Properties
The decimal separator.
Appends or removes zeros at the end.
Pads fractional zeros at end to the length of scale.
The placeholder for the numeric input.
The value attribute of the generated HTML input element.
The thousands separator.
Functions
DSL builder extension function.
DSL builder extension function.