reflex-web icon indicating copy to clipboard operation
reflex-web copied to clipboard

Unclosable alert dialog after clicking checkbox

Open abulvenz opened this issue 1 year ago • 1 comments
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.

abulvenz avatar Jun 26 '24 12:06 abulvenz

updated link: https://reflex.dev/docs/library/overlay/alert-dialog/#rx.alert_dialog.content

Spartan-71 avatar Oct 07 '24 11:10 Spartan-71

Alert dialog seems to be working normally now. Opens and closes normally

LineIndent avatar Mar 31 '25 12:03 LineIndent