Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While researching how to implement a custom number component I've discovered the native input[type="number"] handlers which abled me to create a custom VNumberField component.
This demo uses VTextFIeld under the hood with a type="number" property to achieve a native like number with a custom spinner.
Is this something that could be implemented into the library?
I assume many can enjoy the benefit of having a Vuetify number input, and maybe it could be further refined by the community in other visual ways.
Beta Was this translation helpful? Give feedback.
All reactions