iliyaZelenko / tiptap-vuetify

Vuetify editor. Component simplifies integration tiptap editor with vuetify.
https://iliyazelenko.github.io/tiptap-vuetify-demo/
804 stars 126 forks source link

Add select event #362

Open TimBaum opened 1 year ago

TimBaum commented 1 year ago

The select event gets fired once a user selects some text in a HTMLInputElement (refer to documentation here).

Right now, the component does not emit this event, only onUpdate, onBlur and onFocus.

I think onSelect could be implemented similarly.