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

Example

src/app/settings/page.tsx

Props

string
required
The label of the Attio workspace user combobox input field.
string
required
The key of the string value of the input field in your settings schema. e.g. "default_assignee_id"
boolean
Whether or not the field should be disabled.Defaults to false (not disabled).