Results 15 comments of liqiuqiu

> please provide a running example - don't have me follow your steps to create one... Sorry for my mistake, this is the online link: https://jsfiddle.net/74xzgkdc/

> @zombieJ 还有就是抽屉出现时,默认在min处,而不是当前选中项,如果我的min设置到一年前,我每次都需要手动去滚动 +1,默认打开的时候没有滚动到当前选中的位置在使用上感觉挺不友好的

> @angleneo @cheng-xiaofeng @liqiuqiui 你们在使用的时候,会期望这个组件可以无限滚动么?现在其实是限制了 6 个月的选择。 > @angleneo @cheng-xiaofeng @liqiuqiui 你们在使用的时候,会期望这个组件可以无限滚动么?现在其实是限制了 6 个月的选择。 这是默认的min,max限制没啥问题,问题出在每次打开这个picker显示的是min所在的日期,而不是当前选中项所在的日期

把 List 的 border-radius 样式覆盖一下adm-dropdown-popup-body 这个类名的样式并添加 overflow: hidden 就行了

> > 把 List 的 border-radius 样式覆盖一下adm-dropdown-popup-body 这个类名的样式并添加 overflow: hidden 就行了 > > 具体怎么写?在border-radius 样式加了这段代码也没起作用 https://stackblitz.com/edit/stackblitz-starters-rz11a1?description=React%20%20%20TypeScript%20starter%20project&file=src%2FApp.tsx,src%2Findex.tsx,src%2Fstyle.css&title=React%20Starter

我今天也遇到这个问题了,安装taro-router-next之前创建的页面生成的方法能正常使用,使用了这个路由库之后新创建的页面生成的方法就报这个错误了,只删除taro-router-next和taro-router-next-plugin重新安装,重新生成dist还是不行,把node_modules删除,重新安装、生成dist就都能用了。

> have you tried a combination of label's _overflow_, _width_ and _lineHeight_? They are designed to help with long labels. In the case of dense x-axis, if overflow hiding is...

第二个参数不是有 insertIndex吗?写 0 不就行了