koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
539 stars 154 forks source link

How to disable tabs of sections #203

Closed mahabubhossain closed 3 years ago

mahabubhossain commented 3 years ago

I'm showing my sections as tabs. It's working properly. I've also implemented custom next & previous buttons to move next & previous tab which are also working .

Now i want to disable click on tabs. Is there any option to do it??

i have seen vuetify v-tab has disabled prop but it's not working with VJSF

albanm commented 3 years ago

I think this was only meant as a way to simulate a proper stepper functionality.