ember-modal-dialog
ember-modal-dialog copied to clipboard
An ember-cli addon for implementing modal dialogs
Hey there, Currently we can already add a CSS opening animation through the likes of: ```css .ember-modal-dialog { animation: modal-open-animation 1s; } @keyframes modal-open-animation { from { transform: scale(.5); opacity:...
How to use the Bootstrap modals with this amazing addon? Anyone before me with this problem?
I tried installing liquid-wormhole and liquid-tether and passing animatable=true, but couldn't figure out how to actually achieve dialog animation. It would be great to have a little guide in the...
I have installed ember-modal-dialog and am just doing some testing...there's one thing I can't figure out. I'm just wanting to open a regular centered modal, and when the modal opens,...
We are having an issue where, on IOS, when switching between inputs (on the Centered Scrolling demo version) causes the screen to jerk/bounce/refocus everytime. From what I could see it...
Hello, thanks for creating this ember addon! I wanted to use this but need to limit keyboard tabbing to only the modal that is currently showing (accessibility reasons). From what...
Earlier with version 0.7.7, in testing, having `{ tethered: false }` in modal options that is passed to https://github.com/yapplabs/ember-modal-dialog/blob/master/tests/helpers/modal-asserts.js#L24 did work fine with `click` inside an opened modal. **example** ```...
Our app uses `tether-dialog` and we need to have the functionality to open dialogs inside dialogs (e.g: Trello). But when tether-dialog is used it doesn't close with outside click even...
for modals with input fields, seems natural to set focus to the first one when it opens. I propose a configuration option such as: ``` {{#modal-dialog ... focusSelector='#some-input-field' }} ```...
When I follow the documentation and do `@import "ember-modal-dialog/ember-modal-sturcture";` I get the following build error: `file to import not found or unreadable: ember-modal-dialog/ember-modal-structure` Loading the CSS files with relative paths...