Field
The shared labeling and validation shell for composing a custom form control with a label, description, and error text.
Basic
Shown anywhere your profile is visible.
Show codeHide code
Magnitudes
Pass the same magnitude to every part of a field so the label, control, and description scale together.
Shown anywhere your profile is visible.
Shown anywhere your profile is visible.
Shown anywhere your profile is visible.
Show codeHide code
Invalid
Choose a different workspace slug.
Show codeHide code
Required validation
Native constraint validity drives FieldError through match; with validationMode="onBlur" the message appears when the user leaves the field empty and clears once a value is committed.
Visible on your profile.
Show codeHide code
Installation
import { Field, FieldDescription, FieldLabel } from "@makeplane/propel/components/field";
import { Input } from "@makeplane/propel/components/input";