-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
写的很好,提点小建议 #3
Comments
感谢支持,这个项目会继续完善哈 |
|
bug已收到,下个版本将修复此问题,感谢支持🤝 |
已处理:修复 SELECT 组件参数配置为数组时报错 🐛,感谢提醒 |
已修复:修复子表单必填项校验BUG |
还有个疑问,比如我要编辑表单,我要怎么获取和设置表单值,文档没翻到 |
可以说下具体的场景吗? 修改表单值可以在这些场景:加载完成时(onLoad)、提交前(onSubmit)、值变动时(onChange),文档页:高级功能 |
1、组件是否支持插槽扩展
2、建议增加自定义组件示例
3、建议加上TS提示
4、文档建议完善下
5、必填校验报错结果应显示在表单项下方,不是控制台输出,体验不友好
6、希望表单项内置禁用和隐藏,支持函数形式,包含参数当前表单对象,将判断条件写在函数内
(好不容易找到个支持element-plus+vant的,加油作者大大)
7、使用了onChange未生效
8、子容器内必填项校验无法通过,见下图
9、vant场景下SELECT组件options设置为数组报错
The text was updated successfully, but these errors were encountered: