Skip to main content
Version: 2.1.4

IListFormFieldCascadingLookupProps

3p-core v2.1.4


3p-core / IListFormFieldCascadingLookupProps

Interface: IListFormFieldCascadingLookupProps

Props for the ListFormCascadingLookup component.

This component renders a dynamic, optionally searchable, cascading lookup field in a SharePoint list form, supporting multi-select, filtering, and value constraints.

Extends

Properties

PropertyTypeDescription
allowedValues?string[]If provided, restricts lookup options to items containing these allowed string values.
canSelectAll?booleanEnables a "Select All" checkbox in multi-select mode.
cascadingFieldInternalName?stringInternal name of the field this lookup cascades from. Used to filter lookup results.
inlineLabel?booleanDisplays the label inline with the dropdown.
labelWidth?stringCustom width to apply to the label, useful when inlineLabel is true.
lookupFieldInternalName?stringInternal name of the lookup field to use for cascading filtering (e.g., the lookup target's field).
maxOptions?numberMaximum number of options to show without search; a notice is shown when limit is exceeded.
options?any[]Optional custom options to be used instead of querying the list.
withSearch?booleanEnables a search box above the dropdown options for filtering.