ElemeFE / mint-ui

Mobile UI elements for Vue.js
http://mint-ui.github.io/#!/en
MIT License
16.56k stars 3.56k forks source link

[Feature Request] field有表单验证功能吗?能否在title添加iconfont字体 #886

Open zerofront opened 7 years ago

zerofront commented 7 years ago

Existing Component

Component Name

field

Description

mint-ui里面能否field有表单验证功能吗?能否在title添加iconfont字体

zhanfenghai commented 7 years ago

同问 为何有表单组件 却不增加表单校验,类似antd的那一套

zhanfenghai commented 7 years ago

另外表单组件中有类似城市选择器的组件吗 <mt-field label="城市" placeholder="请输入城市" type="city" v-model="city"></mt-field>

estarsyang commented 3 years ago

同问 为何有表单组件 却不增加表单校验,类似antd的那一套

可以自己写一套.......需要重新封装一下 filed 组件。因为它没注册blur事件.......