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

A Material Dialog Builder for Jetpack Compose

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

When I'm using the compose material dialogs and the local is Arabic the arrows for the navigation not shown correctly **To Reproduce** 1- change language to Arabic 2- show the...

bug

**Describe the bug** Hello, I want the date picker to close as soon as the user selects a date. Thus I use `waitForPositiveButton = false` and hide the dialog in...

bug

Added a customization for button content background color and text buttons.

# Description Name of 6th month in Russian, obtained using TextStyle.FULL, translates as 'of june' (like 'first of june' but without day), but TextStyle.FULL_STANDALONE produces correct name. The situation is...

By using getDisplayName to get dayOfWeek name in Chinese will get like this: ![微信图片_20220517171323](https://user-images.githubusercontent.com/6501123/168776740-1d6cc63e-2b0d-4c7c-819c-197da7d35431.jpg) It's will show `星` all day, which in Chinese mean nothing, such as always show `day`...

bug

I have a case: when I'm displaying a `ListDialog` with dynamic data, the dialog does not recompose when the data changes. It will be great to have a function to...

Thank you for making this nice components for Jetpack Compose! 👍 I would like to use the date picker on a project using JetBrains fork [compose-jb](https://github.com/JetBrains/compose-jb). Currently it can't be...

enhancement

**Describe the bug** When opening a date or time picker dialog in landscape mode, the dialog is cut and the buttons cannot be pressed **To Reproduce** Steps to reproduce the...

bug

If I have rounded corners, there is a visible artifact on the bottom corners where probably some shadow should be. I tried to modify code of https://github.com/vanpra/compose-material-dialogs/blob/main/core/src/main/java/com/vanpra/composematerialdialogs/MaterialDialog.kt#L263 by removing line...