fix: allow null and undefined for CharacterCount limit, fix #2276
This commit is contained in:
@@ -20,7 +20,7 @@ npm install @tiptap/extension-character-count
|
||||
|
||||
The maximum number of characters that should be allowed.
|
||||
|
||||
Default: `0`
|
||||
Default: `null`
|
||||
|
||||
```js
|
||||
CharacterCount.configure({
|
||||
|
||||
Reference in New Issue
Block a user