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? 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
When Select component is inside of a form, and you select some value and then click on the clear button, form will be submitted
Select
Clear button is not submit button, and does not submit the form
Clear button submits form if inside of one
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Basic information
1.8.0
selectors
Bug description
When
Select
component is inside of a form, and you select some value and then click on the clear button, form will be submittedSteps to reproduce
Select
component in some formExpected behavior
Clear button is not submit button, and does not submit the form
Actual behavior
Clear button submits form if inside of one
The text was updated successfully, but these errors were encountered: