mdgriffith / design-discussion-elm-ui-2

A repo for discussing changes to Elm UI 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build on native <dialog> element to provide modals

jhbrown-veradept opened this issue · comments

Modals are hard to do right -- keeping tabbing in the modal, etc. requires a lot of finicky work. The native element resolves most of this. It would be great to have native support for it in Elm-UI.

Suggestion inspired by @lindsaykwardell’s blog post https://www.lindsaykwardell.com/blog/native-dialog-in-elm/

2nded ^