vuetify
vuetify copied to clipboard
🐉 Vue Component Framework
## Description When scrolling down, only the items removed from the list beginning, and items added at the end are updated. This also ensures that the focus is not lost...
## Description Fixed a typo. ## Motivation and Context ## How Has This Been Tested? ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) -...
fixes #14838 ## Description This PR is for v-autocomplete's list of styles. ## Motivation and Context To display the appropriate style for v-autocomplete choices ## How Has This Been Tested?...
## Description Add generics for the following types: TreeviewItemFunction and SelectItemKey ## Motivation and Context Current type is unusable due to `item` being of type `object` which cannot be cast...
## Description Text fields which have a `prefix` property also have an additional CSS class with the BEM modifier `--prefix`. However, when the `suffix` property is used, no such additional...
## Description Fix Wrong item highlighted when using prepend-item slot on v-select. Exclude prepend items from the list of options by returning only valid selection options for highlight. Don't highlight...
fixes #14923 ## Description fixes #14923 ## Motivation and Context ## How Has This Been Tested? visually ## Markup: ```vue // Paste your FULL Playground.vue here mdi-magnify mdi-clipboard Active export...
resolves #9757 ## Description When using a default value in search-input it was reset because VSelect wasn't aware that it was selected. Now when a default value is used, it...
## Description I fixed the issue off adding an empty chip in multiple select mode. Now, if you try to enter an empty string with spaces and press tab, the...
## Description I have fixed the sass variable issue of color-picker-swatches-border-radius. If we set this variable then padding will be added in swatches container but expected is border-radius, so I...