Skip to content

Commit

Permalink
fix: only display decimal keyboard on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwu9145 committed May 9, 2024
1 parent e4aaff8 commit a5f650c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/labs/VNumberInput/VNumberInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ export const VNumberInput = genericComponent<VNumberInputSlots>()({
]}
{ ...textFieldProps }
style={ props.style }
inputmode="decimal"
>
{{
...slots,
Expand Down

0 comments on commit a5f650c

Please sign in to comment.