adopted-ember-addons / adopted-ember-addons/ember-cli-flash
Alerts do not display closing animation or close button
Open
- Dominant language
- TypeScript
- Stars
- 355
- Forks
- 118
- PR merge metrics
- No merged PRs in 30d
Description
Both Foundation and Bootstrap support closing/dismissing alerts with a close button.
This is more desired behavior than Ember destroying the view itself, although I agree that it needs properly destroyed at some point. Both Foundation and Bootstrap provide events that can be listened to in order to perform this duty, or the alerts could just be destroyed on transition as they do now without much backlash I would think.
Also would allow things like the bootstrap example of buttons embedded within an alert.
Contributor guide
Assessment
This issue has not been assessed yet.