Behon Baker

Results 140 comments of Behon Baker

Hey @AllanJard , here is a link to the reproduction: https://stackblitz.com/edit/nuxt-starter-gtvsks?file=nuxt.config.ts,plugins%2Fdatatables.client.ts,app.vue,components%2FUi%2FDatatable.client.vue Just to explain what is happening if you are not familiar with Nuxt3, I have 4 files open. -...

**UPDATE** So I got everything to work by overriding the versions of `datatables.net` & `datatables.net-dt` that was installed. In my package.json file, I added ```json "overrides": { "datatables.net": "1.13.10", "datatables.net-dt":...

Hey @Elliot-Alexander , Even after updating, I am not seeing where the behaviour changed. i will add another example soon showing it working when the form is not present.

@Elliot-Alexander So on this page: https://ui-thing.behonbaker.com/components/drawer#with-image You see the image can be pulled down multiple times but the form can only be pulled down once. You have to remount the...

Hey @A1exZab I honestly struggle with this issue. sometimes it works and i get types.. sometimes it doesn't. I am gonna try making the types from pdfmake a dependency instead...

Hey @A1exZab , I just got the time to fix up this package. Try again and let me know if all is well with the types. I tried and it...

Hey @A1exZab , I am closing this as the types were added in a recent release. Do let me know if you have any other problems.

Hey @Satont This looks like a nice component. Most of the components in this repo come from Radix Vue, so I would probably have to make a feature request on...

Hey @Satont , It would seem that the current version of Radix-Vue stops this from becoming a thing. Based on what happened here: https://github.com/unovue/radix-vue/issues/1384 I was checking around to see...

I wouldn't say this is a bug... More of an enhancement that is needed