DEV Community

Discussion on: Multi Filter Column in Vuetify Data Table

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
brunopanassi profile image
Bruno Panassi • Edited

Hello,

Sorry, which autocomplete component are you talking about? I can't find it.

And there is a "autofocus" in the autocomplete docs, you can find here:
vuetifyjs.com/en/api/v-autocomplet...

Hope that can help you.

Collapse
 
inane profile image
inane

Yes, but that prop is not working with the code of this tutorial 🤔

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