Text Field Input Type - Number #13237
Unanswered
jakobwinter
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Whatever you get when using the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm quite new to Vue and Vuetify, so I might just be missing the obvious...
When using the Text Field Component, one gets a really nicely formatted input field. And when you set the type="time" it gets even more awesome, with nice formatting of the input value and a little X-button to clear the input.
When setting type="number" however, it looks quite horrible. An up- and a down-arrow are added, but they are standard html formatting, no nice vuetify styling. Also, whereas the Text Field with type time only accepts numbers, the Text Field with type number, also accepts letters.
So my question is: What different types are there and am I simply missing the correct one for a beautifully layouted number input?
And if there isn't a number-input type. Why not??? Surely I'm not the only one in need of this functionality...
Really hoping I am simply missing the obvious here...
Cheers,
Jakob
Beta Was this translation helpful? Give feedback.
All reactions