Ryan Tong
Ryan Tong
## Description fixes #19559 ## Markup: ```vue Vuetify field export default { name: 'Playground', setup () { return { // } }, } ```
### Environment **Vuetify Version:** 3.6.7 **Last working version:** 3.3.8 **Vue Version:** 3.5.0-alpha.2 **Browsers:** Chrome 124.0.0.0 **OS:** Windows 10 ### Steps to reproduce Have `contentProps` of an Overlay where we set...
## Description fixes #20045 ## Markup: ```vue // Add "{ title: 'Group', key: 'group' }," to headers to sort correctly export default { data() { return { groupBy: [ {...
[Bug Report][3.5.14] autocomplete="new-password" doesn't work well with chrome autofill when editing
### Environment **Vuetify Version:** 3.5.14 **Vue Version:** 3.4.21 **Browsers:** Chrome 123.0.0.0 **OS:** Windows 10 ### Steps to reproduce ```javascript ``` ### Expected Behavior With the form above, after using google's...