I am having this behavior where either the outline...
# compose-web
p
I am having this behavior where either the outlinedTextField or TextField cursor disappears after typing. I am on Google Chrome. Has anyone seen this or is just me I am seen it with 1.3.0 and Kotlin 1.8 but I have seen it before with prerelease versions too. Is the TextField the right component to use as input text?
o
TextField(s) were not implemented properly in compose-web (canvas). Compose-Web (canvas) is experimental and this and some other things may not work as expected .
p
Good to know