Liking cljdoc? Tell your friends :D

mantine.form

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/).
raw docstring

has-lengthclj/s

hasLength — validator: value length within the given bounds. Raw passthrough.

hasLength — validator: value length within the given bounds. Raw passthrough.
sourceraw docstring

is-emailclj/s

isEmail — validator: value is a valid email. Raw passthrough.

isEmail — validator: value is a valid email. Raw passthrough.
sourceraw docstring

is-in-rangeclj/s

isInRange — validator: numeric value within the given range. Raw passthrough.

isInRange — validator: numeric value within the given range. Raw passthrough.
sourceraw docstring

is-json-stringclj/s

isJSONString — validator: value parses as JSON. Raw passthrough.

isJSONString — validator: value parses as JSON. Raw passthrough.
sourceraw docstring

is-not-emptyclj/s

isNotEmpty — validator: value is not empty. Raw passthrough.

isNotEmpty — validator: value is not empty. Raw passthrough.
sourceraw docstring

is-not-empty-htmlclj/s

isNotEmptyHTML — validator: value is not empty HTML. Raw passthrough.

isNotEmptyHTML — validator: value is not empty HTML. Raw passthrough.
sourceraw docstring

is-one-ofclj/s

isOneOf — validator: value is one of the given options. Raw passthrough.

isOneOf — validator: value is one of the given options. Raw passthrough.
sourceraw docstring

is-urlclj/s

isUrl — validator: value is a valid URL. Raw passthrough.

isUrl — validator: value is a valid URL. Raw passthrough.
sourceraw docstring

matchesclj/s

matches — validator: value matches the given regexp. Raw passthrough.

matches — validator: value matches the given regexp. Raw passthrough.
sourceraw docstring

matches-fieldclj/s

matchesField — validator: value equals another field's value. Raw passthrough.

matchesField — validator: value equals another field's value. Raw passthrough.
sourceraw docstring

use-formclj/s

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)).
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close