Justin Wiebe

Results 17 comments of Justin Wiebe

Any update on this? This would also come in handy in the case of wanting to insert content between lists. I have two separate lists in a dropdown (business requirement)...

As a temporary workaround until a PR is merged you can extend the component and override the "autoHeight" computed: ```javascript import Vue from 'vue'; import VModal from 'vue-js-modal/dist/ssr.nocss'; import AbstractModal...

@GuasaPlay I'm also using nuxt. You can just use a [plugin](https://nuxtjs.org/docs/2.x/configuration-glossary/configuration-plugins/): `nuxt.config.js`: ```js export default: { // ... plugins: ['~/plugins/vue-js-modal.js'] } ``` `plugins/vue-js-modal.js`: ```js import Vue from 'vue'; import VModal...

I think this would also be needed to use a Plugin like this https://github.com/hoiheart/vue-universal-modal#install-plugin

I think this would also be needed to use a Plugin like this https://github.com/hoiheart/vue-universal-modal#install-plugin

Has anybody figured this out?

I know the name is vue-sticky-DIRECTIVE, but I think this could have a lot more options as a component. Then you could use actual props, which are reactive. Otherwise, I...

@allesan Did you figure this out?

Actually it looks like this is a config option already https://github.com/flatpickr/flatpickr/issues/806#issuecomment-346635593