kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-imask
/
io.kvision.form.text
/
NumberMask
/
NumberMask
Number
Mask
constructor
(
scale
:
Int
?
=
null
,
thousandsSeparator
:
Char
?
=
null
,
padFractionalZeros
:
Boolean
?
=
null
,
normalizeZeros
:
Boolean
?
=
null
,
radix
:
Char
=
I18n.detectDecimalSeparator()
,
mapToRadix
:
List
<
Char
>
=
listOf('.')
,
min
:
Number
?
=
null
,
max
:
Number
?
=
null
)
(
source
)