[Bug Report][3.6.14] [VSelect] Prepend icon isn't working when using kebab case #20320
Labels
C: VAutocomplete
C: VCombobox
C: VSelect
T: bug
Functionality that does not work as intended/expected
Environment
Vuetify Version: 3.6.14
Vue Version: 3.4.37
Browsers: Edge 127.0.0.0
OS: Windows 10
Steps to reproduce
v-select
componentprependIcon
andprepend-icon
propsExpected Behavior
Prepend icon can be defined using either case just like
append-icon
andappendIcon
Actual Behavior
Only
prependIcon
works, not its kebab case variantReproduction Link
https://play.vuetifyjs.com/#...
Other comments
As mentioned above, kebab-case and camelCase are both supported for "append icon" prop.
I got some explanation on why only camelCase works by digging inside the code but can't find the code for append icon prop, I suppose it may be a hint towards the issue.
vuetify/packages/vuetify/src/components/VSelect/VSelect.tsx
Lines 444 to 446 in f20636a
The text was updated successfully, but these errors were encountered: