For me, the worst part about Compose is having to ...
# compose
c
For me, the worst part about Compose is having to find all the dumb little tweaks to make the UI not look stupid, I got a
TextField
working (yay), but it looks awful and I wasted way too much time trying to figure out what I am supposed to ask for to get the border off the input…
i
Its still a developer preview, its like me showing you my unfinished code (you'd be shocked 😆). Found a few things up with
TextField
myself! defo input fields will get a lot of attention since they are critical to app dev 🙂
m
This is all WIP. Will look much better when you can use a Material
TextField
out of the box
👍🏻 2
c
Yeah I know it’s a preview. I am also just pointing out that the process of finding what you have to do is super annoying: code completion doesn’t really work, there are no docs (that include e.g. box element defs)…