[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Style Update (CSS)
[ ] Other... Please describe:
What is the current behavior?
The "Select all" and "Remove all" buttons in the go-select component would submit a form when clicked, even though that is not the intended functionality
Resolves TME-1128 (https://asentinel.atlassian.net/browse/TME-1128)
What is the new behavior?
The "Select all" and "Remove all" buttons no longer submit a form
Fixed "Select all" and "Remove all" buttons bug in go-select so they don't submit forms anymore
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
The "Select all" and "Remove all" buttons in the go-select component would submit a form when clicked, even though that is not the intended functionality Resolves TME-1128 (https://asentinel.atlassian.net/browse/TME-1128)
What is the new behavior?
The "Select all" and "Remove all" buttons no longer submit a form
Does this PR introduce a breaking change?