Skip to content

Commit af1998d

Browse files
committed
update readme
1 parent 9f6bc92 commit af1998d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ struct ContentView: View {
192192
}
193193
```
194194

195-
#### Error Message & Validation
195+
### Error Message & Validation
196196

197197
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.
198198

@@ -273,6 +273,7 @@ struct ContentView: View {
273273
}
274274
```
275275

276+
276277
## 🐾 Examples
277278

278279
To run the example project, clone the repo, and run `pod install` from the Example directory first.

0 commit comments

Comments
 (0)