Open Dark7SiD opened 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") } )
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") } )