Risal Fajar Amiyardi

Results 59 comments of Risal Fajar Amiyardi

It's 2019 already

@BreimerR well that can be a temporary workaround. For long term it will add more boilerplate to our code, remembering icon size each time we use icons is a hassle...

what about changing the value of `defaultWidth`, `defaultHeight`, `viewportHeight`, and `viewportWidth` to match the Compose standard? I found this in androidx.compose.material.icons ![image](https://user-images.githubusercontent.com/28381124/164065137-3ad13215-576a-4b19-908a-579a8ae70b28.png)

@cherylEnkidu yes, especially when the fields that we want to merge are **dynamically added**, like an id for example. We can't use mergeFields() in that case.

Please try this code ```kotlin @Composable fun Main() { var list by remember { mutableStateOf(emptyList()) } val dialog = rememberMaterialDialogState() val scope = rememberCoroutineScope() MaterialDialog(dialogState = dialog) { listItems(list =...

will this be supported soon?

@ProfoundVoid Please, it will be better if you could make pull request to fix this issue, instead of making everyone edit the bash script. It will be more convenient.

How to override the CSS @theStuRat ? Edit: Found it, add this in `node_modules/@smui/textfield/Input.svelte` ``` .mdc-text-field__input::-webkit-calendar-picker-indicator { display: initial; } ```

I have the same issue with @georgenicoll : `undefined mixin` Had to look at my git history to find the last version that's working. Using these versions works for me:...