Oleksandr Karpovich
Oleksandr Karpovich
Unfortunately, the current API doesn't provide a convenient way to handle multiple selected options. As a workaround, you may use something like: ```kotlin onInput { roles.value = it.target.selectedOptions.asList().map { it.asDynamic().value...
could you please add some tests for this property? `CSSDisplayTests` is an example of similar tests
@dkhalanskyjb Thank you for reply! Sorry for a long absence. > We'd have two exceptions to choose from in that case. The one with which we wanted to resume the...
Hi @CLOVIS-AI ! Sorry for long time without any activity here. The good news is with new CM 1.5.10 and kotlin 1.9.20 there is no crash anymore. I applied this...
fixed in 1.6.10-dev1571
We aim to improve it. As for now, there is a workaround you may use - https://slack-chats.kotlinlang.org/t/2224952/compose-for-web-on-canvas-skia-wasm-i-have-a-simple-function#59978a9c-356f-4e08-a5c9-9a096a050ddb
Do you have the latest KMM plugin installed in your Android Studio?
Thank you for reporting this!
> @eymar I saw in [JetBrains/compose-multiplatform-core#972 (comment)](https://github.com/JetBrains/compose-multiplatform-core/pull/972#issuecomment-1929187494) that there is refactoring work for input events for ios and web. Will this issue be addressed for wasm or JVM as part...
@eygraber , apparently 1.6.10-dev1583 has it already fixed. I guess the refactoring indeed brought the fix too. UPD: fixed in `1.6.10-dev1578` and newer