Last updated 2 years ago
you can use Number::class to build a number input like this
Number::class
Number::make('name');
this class works with vue ViltNumber.vue
ViltNumber.vue
it's accepted more methods
->min(int), ->max(int), ->step(int)