Skip to main content
This component is returned by useForm().

Example

task-form.tsx

Props

label
string
required
The label of the Attio workspace user combobox input field.
name
string
required
The path to the string value of the input field in your form schema. e.g. "user", "task.assigned_to_id"
disabled
boolean
Whether or not the field should be disabled.Defaults to false (not disabled).