Skip to content

NumberEditorParams

Configuration parameters for the built-in number editor.

{ field: 'price', type: 'number', editable: true, editorParams: { min: 0, max: 1000, step: 0.01 } }
PropertyTypeDescription
min?numberMinimum allowed value
max?numberMaximum allowed value
step?numberStep increment for up/down arrows
placeholder?stringPlaceholder 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