New V3 Field Type
Properties
Default Value
enhancedPicklist
General
Picklists are expandable menus, which provide users choices.
Status
Release Available | Status | Framework Name |
---|---|---|
Code JSON
Copy
"fieldUi": {
"fieldType": "enhancedPicklist",
"label": "Actor Type",
"autoFocus": true,
"selectOptionSize": 15,
"enhancedSelectOptions": [{
"group": false,
"selectOptions": [{...}, {...},...]
}, {
"group": true,
"groupLabel": "Component",
"selectOptions": [{...}, {...},...]
}, {...
}]
}
fieldUi V3 attributes
Default Value
Code JSON
Copy
"autoFocus": true
General
For picklist, enhanced picklist, and different input field types
Status
Release Available | Status | Framework Name |
---|---|---|