FormScope

class FormScope

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun <T : Any> FormItem(name: String, validators: List<Validator> = emptyList(), content: @Composable (Tuple3<MutableState<T?>, Boolean, List<String>>) -> Unit)