FormScope

class FormScope

Form Component scope

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

获取是否验证通过的状态

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

表单字段容器组件