Vuetify Combobox text highlighting when using item slot
When using the item slot in the Vuetify Combobox, we lose the default search text highlighting.
Vuetify Combobox text highlighting when using item slot
When using the item slot in the Vuetify Combobox, we lose the default search text highlighting.
Change Vuetify 3 theme colors on runtime
I have an app in which i use custom vuetify themes and i’d like to be able to change some of the colors of those custom themes during runtime. I saw some posts here about people doing it with vuetify 2 but idk if thats still possible with the v3. Could someone help me with this? Thx
Vuetify validate a custom form component containing multiple internal form components
I have seen several posted questions with similar titles. For example, Vuetify apply rules validation to a custom component. However, they either (like that one) reference a situation where the rules can just be passed to a single internal form field component, or don’t have an answer at all. To the communities defense, the questions that are closer to mine are typically poorly posed or unnecessarily complicated. So, I will try to pose a clear simple case that demonstrates my issue, in hopes that there is a simple answer.
Vuetify: How to position navigation bar in relation to app bar
I recently upgraded Vuetify to the latest version. I was previously using 3.5.17, and am now using 3.6.6. I’m seeing an issue with the navigation drawer in relation to the app bar. Previously, the navigation drawer extended all the way to the top of the window, covering the app bar. This is the desired appearance. Now, however, in 3.6.6, the app bar takes precedence and covers the navigation drawer. Nothing has changed in my layout code. How can I get back the previous behavior, with the navigation drawer covering the app bar?
move Null Values to the end
how can i move Null Values to the end Regardless of the Sorting Direction using v-data-table and vuetify3.