Skip to content

TextEditorParams

Configuration parameters for the built-in text editor.

{ field: 'name', editable: true, editorParams: { maxLength: 50, placeholder: 'Enter name...' } }
PropertyTypeDescription
maxLength?numberMaximum character length
pattern?stringRegex pattern for validation (HTML5 pattern attribute)
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