Ihor Bodnarchuk

Results 32 comments of Ihor Bodnarchuk

Can be done with Vue ``` mounted() { this.$refs.datePicker.$el.tabIndex = 1 console.log(this.$refs.datePicker.$el.tabIndex) }, ```

Duly noted. Do you have a better one ?