DEV Community

Discussion on: Multi Filter Column in Vuetify Data Table

 
brunopanassi profile image
Bruno Panassi

But there is not a autocomplete component in the code, or at least, i can't find it, aren't you trying to add a focus on the v-text-field?

Thread Thread
 
inane profile image
inane

Yes, sorry for the gap. Exactly, I would like to add focus to this text field component.

Thread Thread
 
brunopanassi profile image
Bruno Panassi

I added the prop :autofocus = "true" on each text-field and updated the CodePen, see here:

codepen.io/BrunoPanassi/pen/dyNQZQ...