etn-ccis/blui-angular-design-patterns

Multiselect List's "Snackbar" behaves in a funny way

Closed this issue · 3 comments

Describe the bug

The bottomsheet / snack bar thing slides-in in a weird way.

What is the expected behavior?

Either replace it with a real snackbar, or have it slide in from the bottom

What are the steps to reproduce?

  1. go to multi select list
  2. Click on any item

Screenshots or links to minimum reproduction example

ezgif-7-ab006aa934bf

Environment

localhost, chrome

Anything else to add?

Should be able to just wire this up using snack bar using the same logic from i18n

This one is a little tricky...the angular snackbar only supports a single action button. That's why we wrote our own for this. But I agree the animation looks odd.

Might be able to do this with a service?