TextEditorParams
Configuration parameters for the built-in text editor.
Example
Section titled “Example”{ field: 'name', editable: true, editorParams: { maxLength: 50, placeholder: 'Enter name...' } }Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
maxLength? | number | Maximum character length |
pattern? | string | Regex pattern for validation (HTML5 pattern attribute) |
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