SelectEditorParams
Configuration parameters for the built-in select editor.
Example
Section titled “Example”{ field: 'status', type: 'select', editable: true, editorParams: { includeEmpty: true, emptyLabel: '-- Select --' } }Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
includeEmpty? | boolean | Include an empty option at the start |
emptyLabel? | string | Label for the empty option (default: ”) |
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt