This component is returned by
useForm().Example
task-form.tsx
Props
string
required
The label of the Attio workspace user combobox input field.
string
required
The path to the
string value of the input field in your form schema.
e.g. "user", "task.assigned_to_id"boolean
Whether or not the field should be disabled.Defaults to
false (not disabled).