Colton Idle
09/15/2020, 2:41 AMTextField(value = "first", onValueChange = { s: String -> })
Zach Klippenstein (he/him) [MOD]
09/15/2020, 4:49 AMColton Idle
09/15/2020, 5:22 AMVinay Gaba
09/15/2020, 5:28 AMlabel
. Just add this
label = {
Text("Some label")
}
Zach Klippenstein (he/him) [MOD]
09/15/2020, 5:29 AMlabel = {}
Philip Blandford
09/15/2020, 5:47 AMoutadoc
09/15/2020, 8:18 AMAnastasia [G]
09/15/2020, 12:52 PMColton Idle
09/15/2020, 1:19 PMAnastasia [G]
09/15/2020, 1:26 PMHalil Ozercan
09/15/2020, 3:09 PMlabel: () -> Unit
in red, then it could be way easier to spot the error.Colton Idle
09/15/2020, 7:30 PM() -> Unit
Anastasia [G]
09/15/2020, 9:23 PM