vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

🐉 Vue Component Framework

Results 993 vuetify issues
Sort by recently updated
recently updated
newest added

fixes #10375 ## Description fixes #10375 ## Motivation and Context #10375 ## How Has This Been Tested? visually with the codepen code from the issue ## Markup: ```vue export default...

T: bug
C: VSelect

## Description Bind `$attrs` to the `v-dialog__content` element in `VDialog`, with has the `role="dialog"` attribute. Fixes #14755 ## Motivation and Context This allows the user to apply ARIA attributes to...

This bug is showing up because it reads Sunday as the start of the week, when the calendar can start before. It should check the first day of the calendar,...

## Description Re-focus whenever the `autofocus` binding becomes true. ## Motivation and Context If can be useful to allow re-triggering a textfield's focus using `:autofocus`. Consider for example the case...

## Description Fixes a typo on the unit tests under spec tests ## Motivation and Context ## How Has This Been Tested? ## Markup: ```vue // Paste your FULL Playground.vue...

## Description ## Motivation and Context ## How Has This Been Tested? ## Markup: ```vue // Paste your FULL Playground.vue here ``` ## Types of changes - [ ] Bug...

Add support for style props like `filled`, `solo`, and `rounded`. ## Description I used VTextField code as reference to add support for style props. This my first time contributing to...

added prepend-icon and append-icon to slot. fix #8676 ## Description Added !this.$slots['append-icon']/!this.$slots['prepend-icon'] to the if condition. Added this.$slots['append-icon']/this.$slots['prepend-icon'] to the $createElement function call in genAppendIcon/genPrependIcon functions. fixes #8676 ## Motivation...

## Description ## Motivation and Context ## How Has This Been Tested? ## Markup: ```vue // Paste your FULL Playground.vue here ``` ## Types of changes - [ ] Bug...

fixes #15236 ## Description This PR fixes #15236 ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which...