You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're preparing SwiftWasm 5.5 for release and I'd like to tag new release of Tokamak shortly after that with a few basic async helpers. I don't have a very specific timeline for this, but if all goes well it should be weeks from now rather than months.
Describe the bug
TextField doesn't draw a field on the page. It only adds the placeholder text as text in a span
To Reproduce
Steps to reproduce the behavior:
`struct ContentView: View {
@State var fullName: String = ""
}`
Expected behavior
I would hope for a TextField to show in the page
Desktop (please complete the following information):
Additional context
Is there any additional documentation?
The text was updated successfully, but these errors were encountered: