Is there any examples/tutorials/suggestions how to...
# compose
p
Is there any examples/tutorials/suggestions how to implement custom embedded(!) soft keyboard and integrate it with TextField?
h
what do you mean by custom embedded soft keyboard? Is it something you control entirely within your app? In that case you can just apply the keyboard commands on your
TextFieldValue
or
TextFieldState
.
🙏 1
💯 1