mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 20:04:09 +00:00
[bugfix] Filed number type value filter (#386)
This commit is contained in:
@@ -81,7 +81,7 @@ Filed support all native properties of input tag,such 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` | - |
|
||||
|
Reference in New Issue
Block a user