Filterable Multiple Picklist (Autocomplete)
Default Value
"fieldType": "multiPicklistAutocomplete"
General
Use 'multiPicklistAutocomplete' as FieldType. (Supported only in MUI).
Available for Salesforce fields of type Picklist (Multi-Select).
New property noOptionsText controls the text to be displayed when there are no matching options.
Same selectOptions as picklist.
Also applies to filters.
Status
Release Available | Status | Framework Name |
---|---|---|
3.8 | Current | Mui only |
Code JSON
Copy
"fieldUi": {
"fieldType": "multiPicklistAutocomplete",
"noOptionsText" : "No matching values",
"selectOptions": [...]
}