feat(AddressEdit): add tel-maxlength prop (#6869)

This commit is contained in:
neverland
2020-07-25 10:36:45 +08:00
committed by GitHub
parent b7a7e48eea
commit 08a554c5a2
4 changed files with 21 additions and 3 deletions
+1
View File
@@ -86,6 +86,7 @@ export default {
| is-saving | Whether to show save button loading status | _boolean_ | `false` |
| is-deleting | Whether to show delete button loading status | _boolean_ | `false` |
| tel-validator | The method to validate tel | _(tel: string) => boolean_ | - |
| tel-maxlength `v2.10.0` | Tel maxlength | _number \| string_ | - |
| postal-validator `v2.1.2` | The method to validate postal | _(tel: string) => boolean_ | - |
| validator | Custom validator | _(key, val) => string_ | - |