Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot disable Next button #39

Open
okamaw opened this issue Aug 21, 2023 · 0 comments
Open

Cannot disable Next button #39

okamaw opened this issue Aug 21, 2023 · 0 comments

Comments

@okamaw
Copy link

okamaw commented Aug 21, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant