Building a promise based dialog component
In this post I want to share what I built for a client where we needed a lot of in-page contextual user input. When you need the user to perform an in-page action you have many options for solving this but I think the <dialog> element is a good alternative. View the source and try the demo!