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 253df30 commit b19b759Copy full SHA for b19b759
Examples/Sources/WindowingExample/WindowingApp.swift
@@ -76,7 +76,7 @@ struct WindowingApp: App {
76
VStack {
77
HStack {
78
Text("Window title:")
79
- TextField("My window", $title)
+ TextField("My window", text: $title)
80
}
81
82
Button(resizable ? "Disable resizing" : "Enable resizing") {
0 commit comments