[new feature] AddressEdit support custom tel validator (#673)
This commit is contained in:
@@ -68,6 +68,7 @@ export default {
|
||||
| show-search-result | Whether to show address search result | `Boolean` | `false` | - |
|
||||
| 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` | - | - |
|
||||
|
||||
### Event
|
||||
|
||||
|
||||
@@ -161,6 +161,7 @@ export default {
|
||||
| is-edit | Whether is editing | `Boolean` | `false` | - |
|
||||
| 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` | - | - |
|
||||
|
||||
### ContactEdit Event
|
||||
|
||||
|
||||
Reference in New Issue
Block a user