dependencies? | any[] | List of dynamic dependencies to watch for triggering re-render of the field. |
disabled? | boolean | Whether the field is disabled. Overrides form-level settings. |
label? | string | Custom label text. Defaults to the SharePoint field's display name if not provided. |
labelStyle? | "none" | "inline" | "normal" | "invisible" | Controls label rendering behavior. - normal: label is visible above or beside the control - none: no label is rendered - invisible: label is rendered but visually hidden (for accessibility) - inline: label is rendered beside the control |
noCopyToClipboard? | boolean | When true, hides the "Copy to Clipboard" button. Defaults to false. |
readonly? | boolean | If true, renders the field in readonly mode without user interaction. |
required? | boolean | Whether the field is required. |