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

Constructors

Link copied to clipboard
constructor(year: Int, month: Int)

Properties

Link copied to clipboard
val month: Int
Link copied to clipboard
val year: Int

Functions

Link copied to clipboard
open override fun stringValue(type: TextFieldInputType): String