Mantine @mantine/form 9.5.0 wrappers (generated, supplement hoisted from codegen/supplements/).
Mantine @mantine/form 9.5.0 wrappers (generated, supplement hoisted from codegen/supplements/).
hasLength — validator: value length within the given bounds. Raw passthrough.
hasLength — validator: value length within the given bounds. Raw passthrough.
isEmail — validator: value is a valid email. Raw passthrough.
isEmail — validator: value is a valid email. Raw passthrough.
isInRange — validator: numeric value within the given range. Raw passthrough.
isInRange — validator: numeric value within the given range. Raw passthrough.
isJSONString — validator: value parses as JSON. Raw passthrough.
isJSONString — validator: value parses as JSON. Raw passthrough.
isNotEmpty — validator: value is not empty. Raw passthrough.
isNotEmpty — validator: value is not empty. Raw passthrough.
isNotEmptyHTML — validator: value is not empty HTML. Raw passthrough.
isNotEmptyHTML — validator: value is not empty HTML. Raw passthrough.
isOneOf — validator: value is one of the given options. Raw passthrough.
isOneOf — validator: value is one of the given options. Raw passthrough.
isUrl — validator: value is a valid URL. Raw passthrough.
isUrl — validator: value is a valid URL. Raw passthrough.
matches — validator: value matches the given regexp. Raw passthrough.
matches — validator: value matches the given regexp. Raw passthrough.
matchesField — validator: value equals another field's value. Raw passthrough.
matchesField — validator: value equals another field's value. Raw passthrough.
useForm — the form hook. Raw passthrough: pass JS-shaped options (#js {...}); returns the raw JS form object (read/call its members via interop under :advanced, e.g. (.getInputProps form "name"), (.-values form), (.onSubmit form handler)).
useForm — the form hook. Raw passthrough: pass JS-shaped options (#js {...});
returns the raw JS form object (read/call its members via interop under :advanced,
e.g. (.getInputProps form "name"), (.-values form), (.onSubmit form handler)).cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |