compose-material-dialogs icon indicating copy to clipboard operation
compose-material-dialogs copied to clipboard

A Material Dialog Builder for Jetpack Compose

Results 4 compose-material-dialogs issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The time picker label on timePicker is too small on iOS, we can't even see it and there's no modifier to override its textSize **Screenshots** **Please complete...

bug

**Is your feature request related to a problem? Please describe.** I can't use this in my project because my project targets JS, and this library does not. What a shame!...

**Describe the bug** Max Height limited to 560dp on Pads. Pads are expected to big screen devices, but the checks here will treat them as small screens, and limited the...

bug

We will have more flexibility, there is no option to provide wrap content height to whole dialog. Actually I want this, it currently doesn’t support `modifier = Modifier .fillMaxHeight(.8f) .wrapContentHeight(),`