Any idea how to disable text field? Looking for so...
# compose
m
Any idea how to disable text field? Looking for something better than stacked Box with onClick.
j
Maybe you can add an onclick modifier?
m
Right now my only one idea is to use stack and place:
Copy code
Box(modifier = Modifier.matchParentSize().pressIndicatorGestureFilter())
@Joost Klitsie nope, it’s overridden by TextField
j
that is a bit sad