Mohib Arshi
Mohib Arshi
Hi @srid, I would like to work on this one.
I don't see any prop like `hide-input` mentioned in vuetify latest docs. https://vuetifyjs.com/en/api/v-file-input/#props
The problem seems to be with the date format you passed. It is invalid. It works when i pass the valid date like below - Invalid - `const datePicker =...
@mtdvlpr It seems that when you use `v-stepper-header` instead of `items` prop on `v-stepper`, you need to use `v-stepper-window` and not the item slot. ```vue step 1 step 2 ```...
> @Mohib834, thanks! Although the stepper actions are still missing. I guess you'd need to add those manually as well... Seems like that.