Skip to content

Commit cf56a5c

Browse files
author
Vlad Balin
committed
updated readme
1 parent e37a2ab commit cf56a5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ Features:
5050
- `link.clone()` creates shallow copy of the enclosed object.
5151
- Added "Users List" application example.
5252
- `link.toggle` is _removed_. Use `link.update( x => !x )` instead.
53-
- `<NumberInput/>` tag with input rejection for numbers.
5453
- Validator functions for `link.check` may contain default `error` message.
54+
- tags.jsx:
55+
- `<NumberInput/>` tag with input rejection for numbers.
56+
- All text input tags adds `required` class if there's validation error and value is empty (issue #5).
5557

5658
# Installation
5759

0 commit comments

Comments
 (0)