[AlertDialog] Merge with Modal
See original GitHub issueConsidering the AlertDialog
basically is a Modal
anyways, I propose merging them:
- remove all references to
AlertDialog
- add
isAlert
orisAlertDialog
toModalContentProps
which sets therole
attribute accordingly
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Merge [alertdialog] and [android-alertdialog]
A subclass of Dialog that can display one, two or three buttons. If you only want to display a String in this dialog...
Read more >Dialogs - Android Developers
The AlertDialog class allows you to build a variety of dialog designs and is often the only dialog class you'll need. As shown...
Read more >AlertDialog and CustomDialog in Android With Kotlin. - Medium
In this blog, we are going to learn how to build AlertDialog and Custom dialog in android with kotlin language. you should have...
Read more >The neatest way to handle alert dialogs in React
Interested? Let's write some code. First of all, we need to start with creating actually the modal dialog. This is just a simple...
Read more >Alert Dialog - Components - Twilio Paste
Though it's visually similar to a Modal, an Alert Dialog requires the user to acknowledge the information in the dialog. Users cannot interact...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I suspect you meant
...and _not_ equal to a Modal
? Anyways I went ahead (and should’ve read this earlier) and filed a PR 😅 if we drop this one, I’ll file another one for the typings in there.We talked on Discord about it and we will merge
AlertDialog
intoModal
, but not remove it entirely for now.