reflex-web
reflex-web copied to clipboard
Unclosable alert dialog after clicking checkbox
trafficstars
Just happened to me:
- https://reflex.dev/docs/library/overlay/alertdialog/#alertdialogcontent
- Click checkbox
force_mount
You can't close the dialog, due to state persistence even not with a page reload. People might not know they should open a new tab. It would be enough to write that as text in the dialog when the option is checked.
updated link: https://reflex.dev/docs/library/overlay/alert-dialog/#rx.alert_dialog.content
Alert dialog seems to be working normally now. Opens and closes normally