vuetify
vuetify copied to clipboard
🐉 Vue Component Framework
### Environment **Vuetify Version:** 3.7.2 **Vue Version:** 3.5.11 **Browsers:** Firefox 131.0 **OS:** Windows 10 ### Steps to reproduce 1. Add a saved address in your browser's settings. 2. Load the...
## Description Add the following features: Completed - [x] Show upload progress - [x] Support multi-file upload In progress - [x] Handle boundary cases and error handling - File too...
```vue {{ myTime }} import { ref } from 'vue' const myTime = ref(null) ```
### Problem to solve i can't check validation for my file on VFileUpload, i want to make sure the file is still valid from the type and size of file...
## Description - Fixes: https://github.com/vuetifyjs/vuetify/issues/15398 ## Markup: ```vue {{ n }} import { ref } from 'vue' const msg = ref(0) const callNext = () => { msg.value++ } ```
### Environment **Vuetify Version:** 3.8.9 **Vue Version:** 3.5.16 **Browsers:** Chrome 137.0.0.0 **OS:** Windows 10 ### Steps to reproduce Create a data table with a fixed header, and set the height...
### Environment **Vuetify Version:** 3.5.9 **Last working version:** 2.7.2 **Vue Version:** 3.4.21 **Browsers:** Safari 17.3.1 **OS:** Mac OS 10.15.7 ### Steps to reproduce 1. Click in the Autocomplete to show...
## Description resolves #20402 A new example for using **persistent-placeholder** on `VCombobox`.
## Description At the moment only VSelect has nice expand transition. I wish to make it a default for all selection components. ## Markup: ```vue import { ref } from...
### Environment **Vuetify Version:** 3.5.14 **Last working version:** 2.7.2 **Vue Version:** 3.4.21 **Browsers:** Chrome 123.0.0.0 **OS:** Windows 10 ### Steps to reproduce Click on the input-field an click on a...