Skip to content
Advertisement

Is there specific number input component in Vuetify?

I’ve seen a component in Element UI for managing the amount of items, it’s over here:

https://element.eleme.io/#/en-US/component/input-number

I would want to use something like that in Vuetify, but I cannot find a similar component or even similar style example in Material Design. What’s the best way to achieve it?

Advertisement

Answer

Update: This answer pertains to version 1 of Vuetify, yukashima huksay’s answer is correct for newer versions of Vuetify.

Setting the type attribute to type="number" is the way to go.

Original:

You could just make your own:

JavaScript
JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement