python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Expand v-btn-toggle to 100% width of container
I'm using vuetify and a v-btn-toggle. I'd like to have the buttons expand to 100% of the container they are in. I figure there's a way to do this using aspects of vuetify instead of custom css, but ...
sonicblis
Votes: 0
Answers: 1
vetify v-data-table with fetch data
i am using v-data-table for my project. The data I pull from the backend comes as item id. How can I match the incoming id with the object id in the categories and reflect the category name to the tab...
Çağrıhan GÜNAY
Votes: 0
Answers: 1
Vue not reacting to a change as it should - only reacts after another action performed
I'm trying to programatically toggle a class on a vuetify card.
I am toggling it based on a value on the user that is in a for loop.
I have this code which tells the card to apply a class if member.to...
user3706091
Votes: 0
Answers: 1
How to validate a string that contains 4 letter not including '.' character?
I am trying to validate a textfield value in order to have maximum 4 characters not including '.' character.
<v-text-field
v-model="diagnoseCode"
style="height: 38px"
...
Mina
Votes: 0
Answers: 1