vuetify
vuetify copied to clipboard
🐉 Vue Component Framework
### Problem to solve So far there's no info in Vuetify documentation on the risk `d-flex` affecting behaviours of `v-show` and others. CSS class `d-flex` introduces flex layout by setting...
### Environment **Vuetify Version:** 3.0.0-beta.5 **Vue Version:** 3.2.36 **Browsers:** Firefox 103.0 **OS:** Windows 10 ### Steps to reproduce Clone repo, install, then run "npm test:dom" ### Expected Behavior Expect third...
### Environment **Vuetify Version:** 2.6.7 **Vue Version:** 2.7.7 **Browsers:** Chrome 103.0.0.0 **OS:** Mac OS 10.15.7 ### Steps to reproduce 1. Install a tool similar to [Axe DevTools](https://chrome.google.com/webstore/detail/axe-devtools-web-accessib/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US). Alternatively, add a...
### Problem to solve I may request show step name on mobile divices. ### Proposed solution Is there anyway to show step header label of screen width in 959.98px?
### Problem to solve It will allow using user's custom CSS vars ```js 'on-surface': 'var(--my-custom-var)' ``` ### Proposed solution N/A
### Environment **Vuetify Version:** 2.5.10 **Vue Version:** 2.6.11 **Browsers:** Chrome 103.0.0.0 **OS:** Windows 10 ### Steps to reproduce Download my project and click on the second button. To understand what...
### Problem to solve It allows developers to add custom sizes for components like VAvatar. ### Proposed solution Some way to extend `predefinedSizes` [here](https://github.com/vuetifyjs/vuetify/blob/eeaff884fd388e31d941820f181c8212fe3277d6/packages/vuetify/src/composables/size.ts#L6). It's possible to adjust `$size-scales` via...
### Environment **Vuetify Version:** 2.6.4 **Vue Version:** 2.6.14 **Browsers:** Chrome 100.0.4896.88 **OS:** Windows 10 ### Steps to reproduce 1. Use TAB to access the VSelect. 2. Hit Enter the open...
### Environment **Vuetify Version:** 2.2.11 **Vue Version:** 2.6.11 **Browsers:** Google Chrome **OS:** Windows 10 ### Steps to reproduce 1. Open the screen reader NVDA 2. Tab to focus the dropdown...
### Environment **Vuetify Version:** 2.2.11 **Vue Version:** 2.6.11 **Browsers:** Google Chrome **OS:** Windows 10 ### Steps to reproduce 1. Select a value in the Business Type dropdown (ex: Partnership) 2....