Skip to content
New issue

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

Fixed "Select all" and "Remove all" buttons bug in go-select so they don't submit forms anymore #842

Merged
merged 1 commit into from
Oct 12, 2021

Conversation

schneiderduketangoe
Copy link
Contributor

@schneiderduketangoe schneiderduketangoe commented Oct 7, 2021

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:

  • The commit message follows our guidelines
  • Tests for the changes have been added
  • Docs have been added or updated

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • 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

Does this PR introduce a breaking change?

  • Yes
  • No

Copy link
Contributor

@jiaweicai92 jiaweicai92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good!

@grahamhency grahamhency merged commit 286f1e3 into dev Oct 12, 2021
@grahamhency grahamhency deleted the bugfix_button_submit_form branch October 12, 2021 19:13
@grahamhency grahamhency mentioned this pull request Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants