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 71dfb54 commit 4fd5d17Copy full SHA for 4fd5d17
Sources/ResponsiveTextField/ResponsiveTextField.swift
@@ -149,9 +149,6 @@ public struct ResponsiveTextField {
149
/// When the text field starts or ends editing it's state will automatically change to `isFirstResponder`
150
/// or `notFirstResponder` respectively.
151
///
152
-/// The text field's responder state is communicated to its ancestors using the `.firstResponderState`
153
-/// preference key.
154
-///
155
public enum FirstResponderState: Equatable {
156
/// The text field is not currently the first responder (i.e not being edited)
157
case notFirstResponder
0 commit comments