You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a bug in form-wizard-vue3.
I would like to disable the button if all the mandatory fields are not filled up.
I disabled the next-button option but the button is still active.
I have a look at your source code, src/components/Button.vue, and found that :disabled=options.disabled.
But you cannot disable the button with this code as a button tag only takes "disabled" option, it does not matter if it were true or false.
Could you check it and fix the bug if possible?
The text was updated successfully, but these errors were encountered:
Hello,
I found a bug in form-wizard-vue3.
I would like to disable the button if all the mandatory fields are not filled up.
I disabled the next-button option but the button is still active.
I have a look at your source code, src/components/Button.vue, and found that :disabled=options.disabled.
But you cannot disable the button with this code as a button tag only takes "disabled" option, it does not matter if it were true or false.
Could you check it and fix the bug if possible?
The text was updated successfully, but these errors were encountered: