Skip to content

Commit 75280f6

Browse files
committed
Add @LiveElement to TextFieldLink
1 parent cd08b3e commit 75280f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/LiveViewNative/Views/Controls and Indicators/Links/TextFieldLink.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import SwiftUI
2525
/// * [LiveView Native Live Form](https://github.com/liveview-native/liveview-native-live-form)
2626
@_documentation(visibility: public)
2727
@available(watchOS 9.0, *)
28+
@LiveElement
2829
struct TextFieldLink<Root: RootRegistry>: View {
2930
@FormState("value") private var value: String?
3031

0 commit comments

Comments
 (0)