You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ struct ContentView: View {
192
192
}
193
193
```
194
194
195
-
####Error Message & Validation
195
+
### Error Message & Validation
196
196
197
197
FloatingLableTextFieldSwiftUI supports displaying an error and add text field validations. This can be helpfull for adding validation on your form text field. To enable isShowError property to true and pass text field validations array to text field with message according condition. You can also add validation checker variable to check is text field is valid or not on submit button action.
198
198
@@ -273,6 +273,7 @@ struct ContentView: View {
273
273
}
274
274
```
275
275
276
+
276
277
## 🐾 Examples
277
278
278
279
To run the example project, clone the repo, and run `pod install` from the Example directory first.
0 commit comments