elm-dialog icon indicating copy to clipboard operation
elm-dialog copied to clipboard

A modal library for Elm

Results 12 elm-dialog issues
Sort by recently updated
recently updated
newest added

Hi, I noticed you had a branch for elm 0.19. Is that ready to be published yet? If not I can open a PR as I have a working version...

This way the screenshot image is shown correctly on github and package.elm-lang.org ![image](https://user-images.githubusercontent.com/13085980/47161368-305b2b80-d2f2-11e8-840d-e7839ebb066f.png)

I got all excited and couldn't help myself... This does some general code cleanup/maintenance in preparation for some actual fixes and changes. I think the commit names captured what it...

Hello, I don't know how difficult it would be to add this feature and your dialog component is already great without it but if that's not too complicated that would...

2 changes: 1. Use `show` instead of `in` class when modal is active (See https://github.com/twbs/bootstrap/blob/v4-dev/scss/_modal.scss#L88) 2. Pull in latest bootstrap stylesheet in examples folder

I'm finding that the `x` to close the dialogue is showing up on the left side of my header ![image](https://user-images.githubusercontent.com/4341496/34318471-7ae423a8-e803-11e7-944a-540cb1997da8.png) In the html, the close `button` precedes my header. Any...

I need both, large dialogs in width, so I introduce the DialogSize and I added the overflow styles, to fix my issue #5

Even staying in Unicode, you have a couple of options: > x, ×, X, ✕, ☓, ✖, ✗, ✘ This'd be a huge improvement for me. :)

Displaying a lot of information in a dialog e.g. a huge table can grow the size of the Dialog bigger than the actual screen. The problem is that no scrollbars...