Imam Alfarizi

Results 28 comments of Imam Alfarizi

> One year later, using the same component in another project and still don't have this event :( I made a fork and implemented this for myself, **using vue 3...

> Got the same issue after adding the component from official document. For me, there were 2 issues: > > 1. Combobox crashed. To fix this, I wrapped `CommandGroup` with...

> I still don't get it, why don't the docs use column helper @shadcn ? agreed, using column helper for better type safety @shadcn, thanks for all your works..

> Personally I fixed it by setting `modal={true}` to the Popover. It's a weird behaviour I have to say.. Thank you so much, it works

> I'm having the exact same problem. What fixed for me was changing the `tailwind.config.ts` colors from `hsl(var(--primary))` to `hsla(var(--primary))` i was facing this bg opacity issue. but after using...

> Here it conflicts both ways, brandPrimary is a custom color > > prettier `outline-brandPrimary p-2` > > eslint-config-tailwindcss `p-2 outline-brandPrimary` > > I'll look if i can find an...

> Do you mind sharing your current `.eslintrc.js` file? > > I just fixed a similar issue and this worked for me: > > ```js > // .eslintrc.js > settings:...

> Hi, maybe add a callback function to the configuration of `FormDataInterceptorConfig` to get the filename before saving it to local storage? can you give us the example? please.

> Hey @MM1132, Thanks for your reply. But I have done this with slightly different approach, I have placed two event listeners and I am relying on `isScanning`, it does...