Shubham Singh
02/06/2023, 3:12 PMfalling-balls-mpp
project and was playing around with it.. I removed the game and just added a Column inside which I have a Text, Button and a TextField composables
As you can see in the video as well, if I include the TextField composable, then the button stops working and crashes the app but if I exclude it, the app starts working fine
Is this a known issue? Or should I send logs?spierce7
02/06/2023, 3:19 PMtoLanguageTag
isn't implemented in the version of compose js that you are running.Shubham Singh
02/06/2023, 3:19 PMmaterial3
dependency as well
This project uses Kotlin 1.8.0
with Compose 1.3.0
It looks like from the error thatPossibly.. let me check with a SNAPSHOT version if that helpsisn't implemented in the version of compose js that you are running.toLanguageTag
Oleksandr Karpovich [JB]
02/06/2023, 3:27 PMShubham Singh
02/06/2023, 3:28 PMBasicTextField
works perfectly fine in this case. We can customize it to match our needs, that can be a fair tradeoff for now :compose:Gary
02/07/2023, 5:21 PMBasicTextField
works but it doesn’t seem to accept copy/paste and other controls. It just adds the key value to the input. Any idea where it comes from ?