kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-material
/
io.kvision.material.textfield
/
TextFieldRangeConstraint
/
Month
Month
data
class
Month
(
val
year
:
Int
,
val
month
:
Int
)
:
TextFieldRangeConstraint
(
source
)
For month input type. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/month
Members
Constructors
Month
Link copied to clipboard
constructor
(
year
:
Int
,
month
:
Int
)
Properties
month
Link copied to clipboard
val
month
:
Int
year
Link copied to clipboard
val
year
:
Int
Functions
string
Value
Link copied to clipboard
open
override
fun
stringValue
(
type
:
TextFieldInputType
)
:
String