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.
@LiveElement
TextFieldLink
1 parent cd08b3e commit 75280f6Copy full SHA for 75280f6
Sources/LiveViewNative/Views/Controls and Indicators/Links/TextFieldLink.swift
@@ -25,6 +25,7 @@ import SwiftUI
25
/// * [LiveView Native Live Form](https://github.com/liveview-native/liveview-native-live-form)
26
@_documentation(visibility: public)
27
@available(watchOS 9.0, *)
28
+@LiveElement
29
struct TextFieldLink<Root: RootRegistry>: View {
30
@FormState("value") private var value: String?
31
0 commit comments