Problem
The tedi-collapse internally renders a <button> without type="button", which defaults to submit when inside a <form>. Clicking the toggle submits the form, marking all fields touched and triggering validation.
Solution
Add type="button"?
Examples and information
Project
DoD
Problem
The
tedi-collapseinternally renders a<button>withouttype="button", which defaults tosubmitwhen inside a<form>. Clicking the toggle submits the form, marking all fields touched and triggering validation.Solution
Add
type="button"?Examples and information
Project
DoD
semantic-release)