Join Slack
Powered by
ok - I found TextField, but is there any Compose e...
# compose
k
Kevin Hester
02/15/2020, 10:04 PM
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
Foso
02/15/2020, 10:34 PM
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
Siyamed
02/16/2020, 12:23 AM
We don't yet have material text fields
k
Kevin Hester
02/16/2020, 3:16 AM
ooh Jetpack compose playground looks awesome. Thanks!
5
Views
Open in Slack
Previous
Next