emailCell

fun emailCell(value: String, validator: (String) -> Boolean? = null, onValueChange: (String) -> Unit): Cell

Return

Cell for email

Parameters

value

current cell value

validator

callback that validates the value

onValueChange

callback invoked on value change