Hi, Is there a way to show an `AlertDialog` with c...
# compose
a
Hi, Is there a way to show an
AlertDialog
with custom content? like I want to show a list of itms to select one (like old android AlertDialog.singleChoice())
1
Ok, using the
text
composable slot
a
There is just a
Dialog
available
a
Yes, but dialog doesn't show a surface as Default, neither a title or buttons
@Ian Lake maybe the
text
parm for
AlertDialog
must be renamed to
content
... asi it may contains anything i guess is more appropiate
i
Don't randomly mention people. The correct place to file a feature request is on the issue tracker: https://issuetracker.google.com/issues/new?component=612128
a
Sorry 😓