Join Slack
Powered by
Any idea how to disable text field? Looking for so...
# compose
m
Marcin Środa
08/31/2020, 2:13 PM
Any idea how to disable text field? Looking for something better than stacked Box with onClick.
j
Joost Klitsie
08/31/2020, 2:18 PM
Maybe you can add an onclick modifier?
m
Marcin Środa
08/31/2020, 2:18 PM
Right now my only one idea is to use stack and place:
Copy code
Box(modifier = Modifier.matchParentSize().pressIndicatorGestureFilter())
Marcin Środa
08/31/2020, 2:18 PM
@Joost Klitsie
nope, it’s overridden by TextField
j
Joost Klitsie
08/31/2020, 2:21 PM
that is a bit sad
Open in Slack
Previous
Next