Andrew Steinmetz

Results 4 comments of Andrew Steinmetz

I was also looking for this and couldn't find a way, at least not without forking the library. An alternative method that worked for me is to: * set `pinSettings={pushFollowers:...

+1 I'm encountering the same issue. * Babel 7.4.5 * element-ui 2.10.1 * Webpack 4.33.0 * Vue 2.6.10

For anybody else running into this, I've manually imported the styles needed for my component: ``` require('element-ui/packages/theme-chalk/src/base.scss'); require('element-ui/packages/theme-chalk/src/date-picker.scss'); ``` and while not ideal, this is working for me until the...

Hi @tyleralves , My solution was to write a closure that returns a function specific to the active react dates instance. In my case there was one instance to set...