John Datserakis

Results 36 comments of John Datserakis

I haven't used jQuery in a while, but I think one way that you could do it would be: ```js $(window).on('fileUploadWithPreview:imagesAdded', function (e) { console.log(e.detail) }); ``` The above would...

Hey there. Sorry if I'm misunderstanding your message, but it seems you are having issues uploading to your backend. I'm not sure which backend you're using, but that should really...

Hey there, thanks for checking out `vue-navigation-bar`. While I agree with you that relying on potentially non-unique string is not the best way to identify an item, in this case,...

I think this is a good idea and I think you're right with your suggestion. Would you mind putting up a PR and confirming it works? If you don't have...

Hey there - just published a simple banner component for Vue: https://github.com/johndatserakis/vue-cookie-accept-decline. I had looked around and found a few projects, but the problem with them was that there was...

Hey there - sorry this component does not support TypeScript out of the box. What you could do is add a declaration file for it to get rid of the...

Found this issue thread after I experienced a full-on client exception when browsing the Joy UI site. It happens to me any time a dropdown is used to changed variants...

Hmm sorry I'm really not sure - I've never used Nuxt in the past.

Hey there - glad the library helps. For the `brandImage` pointing to an external URL - you'll want to use the `brandImagePath`. The thing is - the usage depends on...

@pmooredesigner Yup this was my exact issue as well and I'm using `bootstrap-vue`. I just simply added a class to my `SlickItem` component and set its `z-index` to `9999`. Thank...