Skip to content

Commit

Permalink
fix(VNumberInput): attributes fall through to root (#19959)
Browse files Browse the repository at this point in the history
  • Loading branch information
babu-ch committed Jun 7, 2024
1 parent e74fb6a commit df6440d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vuetify/src/labs/VNumberInput/VNumberInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ const makeVNumberInputProps = propsFactory({
export const VNumberInput = genericComponent<VNumberInputSlots>()({
name: 'VNumberInput',

inheritAttrs: false,

props: {
...makeVNumberInputProps(),
},
Expand Down

0 comments on commit df6440d

Please sign in to comment.