Kotlin / kotlin-wasm-examples

Examples with Kotlin/Wasm
https://kotl.in/wasm
Apache License 2.0
527 stars 60 forks source link

Input layout unable to past just copy #65

Open Dark7SiD opened 7 months ago

Dark7SiD commented 7 months ago

Input layout unable to past just copy

OutlinedTextField( modifier = Modifier.padding(start = 10.dp), value = templateData.customerName, onValueChange = { templateData.customerName = it formatResult() }, label = { Text("Customer") } )