Package-level declarations
Types
Link copied to clipboard
abstract class CustomValidator(val message: String, val validator: (field: Any?) -> Boolean) : Validator
Link copied to clipboard
class FormInstance
Form controller, The Form component needs to pass this controller instance so that the controller can control the component outside.
Functions
Link copied to clipboard
Headless Form Component
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
方便子组件获取到 FormInstance
Link copied to clipboard
使用这个 Hook 你可以在 FormScope 外直接获取一个字段的内容状态
Link copied to clipboard