Open
Description
Environment
Vuetify Version: 3.9.0
Vue Version: 3.5.17
Browsers: Chrome 137.0.0.0
OS: Windows
Steps to reproduce
- Create
VNumberInput
field withv-model
andprepend-inner-icon
- Use
@click:prepend-inner
to change the model value. - Watch how clicking on the
prepend-inner-icon
behaves not as expected.
Expected Behavior
click on the prepend-inner-icon
should execute the defined function and if this changes the model used in v-model
, it should reflect this changes inside the input field. It propably should not focus the input field.
Actual Behavior
clicking on the inner-icon focuses the input field and executes the function. It does not reflect changes made to the ref
, but overrides the ref
value when focus is lost (f.ex. click outside the input field)
Reproduction Link
https://play.vuetifyjs.com/#...