sac-tech-org / job-board

Job board for local Sacramento companies and startups
https://jobs.sac-tech.com
1 stars 0 forks source link

Can't click outside job details dialog to close it #8

Open crutchcorn opened 6 months ago

crutchcorn commented 6 months ago

I should be able to click outside of a dialog to close it:

dialog_close

rusher2004 commented 6 months ago

An added detail, this ModalView component should take this as an optional property. There will be cases where we may want to disallow closing the modal on outside click or escape. For example, a form with a lot of fields. Users can get pretty frustrated if they lose a bunch of form details because they accidentally clicked outside the modal.

Like what shoelace does