TextInput
data class TextInput(val identifier: String, val value: String?, val isValid: Boolean, val attributeName: AttributeName? = null, val attributeValue: AttributeValue? = null) : FormData<String>
Constructors
Link copied to clipboard
constructor(identifier: String, value: String?, isValid: Boolean, attributeName: AttributeName? = null, attributeValue: AttributeValue? = null)