We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
Good morning,
Using this tree inside a form is triggering the submit action each time that I expand the tree at any level.
There's any way to avoid this issue? Or there's something wrong about my tree configuration?
Thanks for the help.
The text was updated successfully, but these errors were encountered:
a3d18bb
Thanks for the report @RodrigoCarvalho21!
This was caused by the lack of type="button" on the expand <button>. This made it default to type="submit", which is definitely not what we want!
type="button"
<button>
type="submit"
I went ahead and also published a new version to npm containing this bugfix.
Sorry, something went wrong.
No branches or pull requests
Good morning,
Using this tree inside a form is triggering the submit action each time that I expand the tree at any level.
There's any way to avoid this issue? Or there's something wrong about my tree configuration?
Thanks for the help.
The text was updated successfully, but these errors were encountered: