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

Add please custom events @focus and @blur like @input

Open flockast opened this issue 3 years ago • 0 comments

<highlightable-input v-model="value" :highlight="highlight" @input="onInput" @focus="onFocus" @blur="onBlur" />

flockast avatar Apr 19 '21 11:04 flockast