-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Open
Labels
C: VFieldT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedT: regressionSomething that used to work but we brokeSomething that used to work but we broke
Milestone
Description
Environment
Vuetify Version: 3.11.3
Vue Version: 3.5.25
OS: Windows 10 (current)
Steps to reproduce
Minimal example (see playground):
<template>
<VAutocomplete append-inner-icon="mdi-account-search"></VAutocomplete>
</template>Expected Behavior
The icon "mdi-account-search" is shown at the end and inside of the input.
Actual Behavior
Icon is not shown
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
One can easily switch in the playground between the different versions. Also the example in the docs (https://vuetifyjs.com/en/components/autocompletes/#new-tab) is broken, as the icon is not shown either (append-inner-icon="mdi-microphone").
Images
Metadata
Metadata
Assignees
Labels
C: VFieldT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedT: regressionSomething that used to work but we brokeSomething that used to work but we broke