NumberEditorParams
Configuration parameters for the built-in number editor.
Example
Section titled “Example”{ field: 'price', type: 'number', editable: true, editorParams: { min: 0, max: 1000, step: 0.01 } }Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
min? | number | Minimum allowed value |
max? | number | Maximum allowed value |
step? | number | Step increment for up/down arrows |
placeholder? | string | Placeholder text when empty |
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