Second: What about text input? EditableText doesn'...
# compose
v
Second: What about text input? EditableText doesn't seem like a component to provide proper input(if text is an empty string you can't even start typing)
l
When user type something, onValueChange should be trigger, and the code need to pass that back to value: EditorState, and that will get passed down to Text to actually print the text onto the screen
v
Yeah, I got that, but how do you even focus the EditableText with initialValue = "" ?
f
Try adding a load of spaces
Or tabs, rather
m
EditableText (name TBD) is in progress and not ready yet. Please, bear in mind that compose is not ready for use in apps and huge chunk of components aren't implemented yet or will be changed, both API-wise and behaviour-wise.
v
Hey, Matvei, glad to see ya! Wanna come to Moscow's Mobius this year and tell about Compose?