We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059e578 commit d6b3384Copy full SHA for d6b3384
packages/vuetify/src/components/VNumberInput/VNumberInput.tsx
@@ -266,6 +266,7 @@ export const VNumberInput = genericComponent<VNumberInputSlots>()({
266
267
if (['ArrowDown', 'ArrowUp'].includes(e.key)) {
268
e.preventDefault()
269
+ e.stopPropagation()
270
clampModel()
271
// _model is controlled, so need to wait until props['modelValue'] is updated
272
await nextTick()
0 commit comments