[bugfix] Filed number type value filter (#386)

This commit is contained in:
neverland
2017-12-06 18:06:57 +08:00
committed by GitHub
parent c18b560b0d
commit c2dddeb552
3 changed files with 14 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ Filed support all native properties of input tagsuch as `maxlength`、`placeh
| Attribute | Description | Type | Default | Accepted Values |
|-----------|-----------|-----------|-------------|-------------|
| type | Filed type | `String` | `text` | `number` `email` <br> `textarea` `tel` <br> `datetime` `date` <br> `password` `url` |
| type | Filed type | `String` | `text` | `number` `email` `textarea` `tel` `datetime` `date` `password` `url` |
| value | Filed value | `String` | - | - |
| label | Filed label | `String` | - | - |
| disabled | Disable field | `Boolean` | `false` | - |