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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ You can see the full documentation in the [github.io page](http://lemoncode.gith
255
255
256
256
### React examples
257
257
258
-
#### Simple form ([ES6](), [TypeScript](./samples/react/00%20SimpleForm))
258
+
#### Simple form ([ES6](./samples/react/es6/00%20SimpleForm)), [TypeScript](./samples/react/typescript/00%20SimpleForm))
259
259
260
260
A simple form with fullname and password fields. Applied validations:
261
261
@@ -269,13 +269,13 @@ A sign up form with username, password and confirm password fields with the next
269
269
- password is mandatory and has to be minimum 4 characters length (minLength validator).
270
270
- confirm password is mandatory and has to be the same value as password field (custom validator).
271
271
272
-
#### Quiz form ([ES6](), [TypeScript](./samples/react/02%20QuizForm))
272
+
#### Quiz form ([ES6](./samples/react/es6/02%20QuizForm)), [TypeScript](./samples/react/typescript/02%20QuizForm))
273
273
274
274
A simple quiz with three options where there has to be at least one checked option to pass the validation (custom global validation).
275
275
276
276
### jQuery examples
277
277
278
-
#### Shopping form ([ES6](./samples/jquery/Shopping%20form))
278
+
#### Shopping form ([ES6](./samples/jquery/00%20Shoppingform))
279
279
280
280
A little shopping form where the user has to select a product with a version and optionally apply a discount code and enter its NIF. Validations applied:
0 commit comments