We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37a2ab commit cf56a5cCopy full SHA for cf56a5c
README.md
@@ -50,8 +50,10 @@ Features:
50
- `link.clone()` creates shallow copy of the enclosed object.
51
- Added "Users List" application example.
52
- `link.toggle` is _removed_. Use `link.update( x => !x )` instead.
53
-- `<NumberInput/>` tag with input rejection for numbers.
54
- Validator functions for `link.check` may contain default `error` message.
+- 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).
57
58
# Installation
59
0 commit comments