diff --git a/README.md b/README.md
index 3e6069a..c1f89f0 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Features:
- Support for 'pure render' optimization.
- Reference implementation of 'linked' UI controls (`tags.jsx`).
- Standard tags: `` and `` (with validation), ``,
- - Custom tags: ``, ``
+ - Custom tags: ``, ``, ``
- TypeScript source and type definitions.
- Backward compatible with standard React 0.14 links API
@@ -50,6 +50,7 @@ Features:
- `link.clone()` creates shallow copy of the enclosed object.
- Added "Users List" application example.
- `link.toggle` is _removed_. Use `link.update( x => !x )` instead.
+- `` tag with input rejection for numbers.
# Installation
@@ -323,7 +324,7 @@ const numLink = List.state( this, 'num' )
console.log( numLink.error );
```
-# Data binding examples
+## Data binding examples
Here are the set of [working](https://volicon.github.io/valuelink/databinding.html) [examples](/databinding.html) for typical data binding use cases.
@@ -331,6 +332,112 @@ Also, there's [working](https://volicon.github.io/valuelink) [example](/example/
[Custom elements boilerplate](/tags.jsx) which is used by both examples is another good example.
+### Text and number form fields
+
+##### ,
+
+`tags.jsx` contains wrappers for standard `` and `