TaleLin / lin-ui

🌈 简洁、易用、灵活的微信小程序组件库
https://doc.mini.talelin.com
MIT License
4.08k stars 484 forks source link

请问为什么没有日期控件和下拉选项这么重要的控件啊? #960

Open christan-duplicate opened 4 years ago

christan-duplicate commented 4 years ago

描述你希望的支持的新功能? 请问为什么没有日期控件和下拉选项这么重要的控件啊?

你期望的 API 是怎样的? 有按排吗,请问如果有计划,大概什么时候能上?

juzi214032 commented 4 years ago

日期组件已经开发完成在测试了,很快就会上线

juzi214032 commented 4 years ago

下拉选项指的是什么组件,可以发个图说明一下吗

christan-duplicate commented 4 years ago

就是select

juzi214032 commented 4 years ago

不好意思,这个描述过于模糊,我这边不太理解您的需求

christan-duplicate commented 4 years ago

image 就是这样的呢

christan-duplicate commented 4 years ago

移动端应该叫 DropdownMenu 下拉菜单

juzi214032 commented 4 years ago

这个效果可以使用 Collapse 组件实现

juzi214032 commented 4 years ago

使用 List 和 Collapse 进行组合,就能实现你的需求

christan-duplicate commented 4 years ago

Collapse 是折叠面板,这个是在不选的情况下是完全收起来的,而且不会把下面的元素顶下去,是浮在上面的 image image

juzi214032 commented 4 years ago

您这个看的是哪个组件库呢,我们评估一下

christan-duplicate commented 4 years ago

https://youzan.github.io/vant-weapp/#/dropdown-menu

juzi214032 commented 4 years ago

好的 我们评估后回复您

juzi214032 commented 4 years ago

您好,dropdown-menu 已纳入我们的开发计划,后期将会进行开发

ishare20 commented 4 years ago

picker组件什么时候有

murongg commented 4 years ago

picker组件什么时候有

您好,已列入开发计划中,由于精力有限,不能非常快速的将组件开发出来,欢迎提交pr

juzi214032 commented 3 years ago

日历组件已上线

dustq commented 3 years ago

您好,日期picker组件没有的话,我用微信原生的picker 怎么做form表单验证呢 image

juzi214032 commented 3 years ago

您好,日期picker组件没有的话,我用微信原生的picker 怎么做form表单验证呢 image

暂时无法支持

dustq commented 3 years ago

您好,日期picker组件没有的话,我用微信原生的picker 怎么做form表单验证呢 image

暂时无法支持

huong10 commented 3 years ago

我自己也实现过,你可以偷偷藏一个l-Input在form-item里面,但是不显示它,然后只显示pick,然后通过设置的方式把值存在input里面,这样表单就能校验了。提交的时候也能收集到。你可以试试,不知道能不能帮到你

hzzjm commented 1 year ago

2023了,下拉选择菜单还没有呀