[new feature] AddressEdit: add postal-validator prop (#4067)
This commit is contained in:
@@ -75,6 +75,7 @@ export default {
|
||||
| is-saving | 是否显示保存按钮加载动画 | `boolean` | `false` | - |
|
||||
| is-deleting | 是否显示删除按钮加载动画 | `boolean` | `false` | - |
|
||||
| tel-validator | 手机号格式校验函数 | `string => boolean` | - | - |
|
||||
| postal-validator | 邮政编码格式校验函数 | `string => boolean` | - | 2.1.2 |
|
||||
| validator | 自定义校验函数 | `(key, value) => string` | - | - |
|
||||
|
||||
### Events
|
||||
|
||||
Reference in New Issue
Block a user