matiastucci / vue-input-tag

:bookmark: Vue.js 2.0 Input Tag Component
https://tucci.me/vue-input-tag
MIT License
536 stars 135 forks source link

Add activity CSS class to component when input is focused #61

Closed a-ryazanov closed 6 years ago

a-ryazanov commented 6 years ago

Setting isInputActive flag is put into the new handleInputFocus method instead of focusNewTag because input tabbing should be handled.

matiastucci commented 6 years ago

thanks!