Skip to content

Commit

Permalink
docs: add event to Editor doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Aug 24, 2023
1 parent b33b2d1 commit 4eb8069
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/components/Editor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
- `selectionStartTextarea` - `selectionStart` value of the `textarea`
- `valueTextarea` - `value` of the `textarea` element
@Events
| name | event |
| ------- | ----------------------- |
| `input` | forward from `textarea` |
@example
```svelte
Expand Down

1 comment on commit 4eb8069

@vercel
Copy link

@vercel vercel bot commented on 4eb8069 Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.