Extensions
Max Length
Hard input cap — blocks typing beyond a maximum character count
Prevents the user from typing beyond a configured character count. Unlike Character Limit which just shows a counter, Max Length actively blocks input.
Install
pnpm add @typix-editor/extension-max-lengthLive demo
Config
| Option | Type | Default | Description |
|---|---|---|---|
maxLength | number | required | Hard upper bound on character count. |