Skip to content

Commit ac3ac6c

Browse files
squirrelsquirrel78SomaticIT
authored andcommitted
docs: add nodebounce option in README
1 parent d0819b3 commit ac3ac6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ To use `svelte-codemirror-editor`, you need to import the package and use it as
4242
| `editable` | `boolean` | Whether to make the editor editable or not. | `true` |
4343
| `readonly` | `boolean` | Whether to make the editor readonly or not. | `false` |
4444
| `placeholder` | `string` | A placeholder to include when value is empty. | `undefined` |
45+
| `nodebounce` | `boolean` | Whether to stop debouncing value updates. | `false` |
4546
| `styles` | `ThemeSpec` | In-place theme configuration. _See exemple below_. | `undefined` |
4647

4748
## Events

0 commit comments

Comments
 (0)