ok - I found TextField, but is there any Compose e...
# compose
k
ok - I found TextField, but is there any Compose equivalent for the material design TextInputLayout https://material.io/develop/android/components/text-input-layout/ ? i.e. a text field with all the hint/border/background goodness? Stuff like: https://material.io/components/text-fields
f
Hi, i don't know if there is already a complete Composable, but there is an example of an HintEditText in https://github.com/Foso/Jetpack-Compose-Playground/blob/master/compose/src/main/java/androidx/ui/text/ComposeVariousInputField.kt
s
We don't yet have material text fields
k
ooh Jetpack compose playground looks awesome. Thanks!