Skip to content

TextEditorParams

Since v1.0.0

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://toolboxjs.com/llms-full.txt