[Bug Report][3.6.15] VNumberInput - when typing using keyboard @update:model-value is not triggerred, counter not visible when clicking #20337
Closed
Description
Environment
Vuetify Version: 3.6.15
Vue Version: 3.4.38
Browsers: Chrome 127.0.0.0
OS: Windows 10
Steps to reproduce
- write numbers to VNumberInput using keyboard, not using buttons.
- expecting to see validator counting or rules updating immediately
(@update:model-value is not triggered)
I have also found that counter is not visible when clicking on buttons up/down - I canot say if this is intended behaviour but I would expect to see it there - to have app consisent - it is there in other types of input.
Thanks.
Expected Behavior
- trigger update model instantly as in VTextField - because counter is not counting and rules validator not working immediately.
Actual Behavior
- update model is triggerd after leaving field and it is clicked outside VNumberInput