Replies: 1 comment
-
Store the name of the action in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using
AlertDialog
with Delete/Cancel actions for deleting items from a DB. We would need to add another layer of security for deletion, similar to GitHub danger zone, where a dialog opens and you have to manually type the name of the repository for the Delete button to activate. How would I implement this with AlertDialog - or indeed, how would the component need to be changed in order to implement this?I'm thinking of
Beta Was this translation helpful? Give feedback.
All reactions