Wulit
Wulit
曾经的小伙伴,你很棒
@lilyingwang 目前没有只显示年月这个呢
@vincent-cong 看了你最新的一个issue,你如果是用在vue上的,那么直接使用是不支持的,需要封装vue版本
@vincent-cong 目前没做这个处理,但是可以用maxDate来实现这个,只是需要你自己来把这个maxDate算出来
@barhe 可以提供一下你设置的参数格式方便排查哦
@wangrui97 谢谢反馈,今天抽时间我看看这个问题
@shihang1228 方便提供一下系统版本和浏览器版本,像是样式上的问题
> @hazel54 @loadchange > 确实是个严重的bug,希望能尽快review这个PR。 > 凡是在带下拉框的Input中,都存在componentDidUpdate一直[挂载](https://github.com/ElemeFE/element-react/blob/master/src/scrollbar/Scrollbar.jsx#L40)event listener,却不卸载事件的问题。鼠标hover也会一直注册事件。 光这么处理一下还是不能解决本质问题的,有两种方式可以解决 1. 把`componentDidUpdate`钩子函数的内容全部搬到`componentDidMount`中 2. https://github.com/ElemeFE/element-react/pull/1035
@alvarotrigo @andreiglingeanu Now I have encountered such a demand. I need to dynamically get the direction from the target container to tell dragula. Is there a way to do it?
@Chen-jj 大概什么时候能支持 `componentGenerics ` 呢,有计划吗