We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c08809 commit f149f08Copy full SHA for f149f08
Examples/Sources/GreetingGeneratorExample/GreetingGeneratorApp.swift
@@ -15,7 +15,7 @@ struct GreetingGeneratorApp: App {
15
WindowGroup("Greeting Generator") {
16
#hotReloadable {
17
VStack {
18
- TextField("Name", $name)
+ TextField("Name", text: $name)
19
HStack {
20
Button("Generate") {
21
greetings.append("Hello, \(name)!")
0 commit comments