vue-highlightable-input icon indicating copy to clipboard operation
vue-highlightable-input copied to clipboard

A vue component to highlight text as you're typing

Results 17 vue-highlightable-input issues
Sort by recently updated
recently updated
newest added

There's no way to change the variable when it's used in the v-model of this component ```vue ``` ```js // does nothing this.input = 'something'; ```

This library is awesome, but I have only one problem with it I would need to use it in react project. Does anyone know react library with the same functionality?...

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...

enhancement

It would be nice to provide a prop config that makes the enhanced input a single line. When enter is pressed a newline is not inserted in the input. The...

This resolves issue number 33 requesting the ability to configure input to only be a single line rather than multi line