Closed sujato closed 4 years ago
To avoid losing any data, Bilara should give you a modal to protect your data. Something like:
There are unsaved changes on the page. ☒ <button>Discard</button> <button>Save</button>
Use HTML <dialog> for this?
<dialog>
To avoid losing any data, Bilara should give you a modal to protect your data. Something like:
Use HTML
<dialog>
for this?