vue-highlightable-input
vue-highlightable-input copied to clipboard
Add optional ability to select and add highlights
Users should be able to select specific text and add a highlight.
Design decisions:
- provide a callback or just some accessible property like “selectedText”. -modify an internal component value or change the property value. I’d prefer the former.