TextFieldRangeConstraint

Range constraint for min and max properties.

https://developer.mozilla.org/en-US/docs/Web/HTML/Constraint_validation

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Month(val year: Int, val month: Int) : TextFieldRangeConstraint

For month input type. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/month

Link copied to clipboard

For range and number input types.

Link copied to clipboard
value class Raw(value: String) : TextFieldRangeConstraint

Free constraint value.

Link copied to clipboard

For date, time and datetime-local (UTC) input types.

Link copied to clipboard
data class Week(val year: Int, val week: Int) : TextFieldRangeConstraint

For week input type. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/week

Functions

Link copied to clipboard