毛小川
TextField
albrechtroehm
TextField( value = weeklyHours, label = { Text("Weekly hours") }, onValueChange = { value -> weeklyHours = value.filter { it.isDigit() } }, keyboardOptions = KeyboardOptions.Default.copy(keyboardType = KeyboardType.Number) )
A modern programming language that makes developers happier.