mobi / goponents

Angular UI Components for utilization in the Tangoe Platform
http://tangoe.design
MIT License
7 stars 20 forks source link

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

Closed schneiderduketangoe closed 3 years ago

schneiderduketangoe commented 3 years ago

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?