We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372b86b commit 1a04902Copy full SHA for 1a04902
1 file changed
README.md
@@ -159,15 +159,8 @@ It has automated listener to monitor every changes on form.
159
</div>
160
</form>
161
```
162
-
163
-3. Every Input Fields should have a Label with **`FOR`** attributes.
164
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.
+3. In form use **`novalidate`** to avoid browser interuptions.
171
172
```html
173
<form method="POST/GET/PUT/PATCH/DELETE.." action="PATH TO HANDLE" id="form2submit" ... novalidate>
0 commit comments