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
If a modal component is nested in a <form> element, the close button will submit that form. I believe this can be fixed by adding a button type of "button" i.e. <button type="button">.
If a modal component is nested in a
<form>
element, the close button will submit that form. I believe this can be fixed by adding a button type of"button"
i.e.<button type="button">
.https://github.com/indiana-university/rivet-react/blob/develop/src/components/Modal/Modal.tsx#L28
The text was updated successfully, but these errors were encountered: