Skip to content

Commit 1a04902

Browse files
Update README.md
1 parent 372b86b commit 1a04902

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,8 @@ It has automated listener to monitor every changes on form.
159159
</div>
160160
</form>
161161
```
162-
163-
3. Every Input Fields should have a Label with **`FOR`** attributes.
164162

165-
```html
166-
<label for="uname">Name :</label>
167-
<input type="text" name="uname" required>
168-
```
169-
170-
4. In form use **`novalidate`** to avoid browser interuptions.
163+
3. In form use **`novalidate`** to avoid browser interuptions.
171164

172165
```html
173166
<form method="POST/GET/PUT/PATCH/DELETE.." action="PATH TO HANDLE" id="form2submit" ... novalidate>

0 commit comments

Comments
 (0)