Skip to content

Commit df6440d

Browse files
authored
fix(VNumberInput): attributes fall through to root (#19959)
1 parent e74fb6a commit df6440d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/vuetify/src/labs/VNumberInput/VNumberInput.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ const makeVNumberInputProps = propsFactory({
5656
export const VNumberInput = genericComponent<VNumberInputSlots>()({
5757
name: 'VNumberInput',
5858

59-
inheritAttrs: false,
60-
6159
props: {
6260
...makeVNumberInputProps(),
6361
},

0 commit comments

Comments
 (0)