Quan Khuc

Results 11 comments of Quan Khuc

Would you mind providing a snippet of how you hook it up in Selecto component? Thank you!

I actually could not use the setSelectedTargers() so I decided to add selected class into the div by myself. Here is how I did it if you are curious: [https://github.com/quankhuc/nuxt-catoptric-project/blob/1ffef115505992475e17f352da6f3c1be4907d22/components/Dashboard/PanelModal.vue#L205](url)

It worked when I brought it to dashboard component, which is the parent component of this modal. I tried to bring the selecto to the component and keep my modal...

I got it to work in a children component by havign the selecto outside of my latest TransitionChild. It is all under the PanelModal component now. Thank you for your...

It still did not work. It still gave me the error that it did not recognize **checkScroll()** is a function of the ref "selecto". It also did not scroll the...

I finally figured it out the package way of scrolling an element and have the scrollOptions value to be assigned at the mounted state and have its container property to...

I can make it! Do you have any guidelines to make a PR? @marcosgomesneto

> Nice addition @quankhuc ! Do check out [contribution section](https://www.shadcn-vue.com/docs/contribution.html) if you are unsure, and don't hesitate to create a PR for this 😁 I tried to open a PR...

Thank for your suggestions! I will fix it so that it can look good with orientation

I have fixed the code to make it work with orientation. Please let me know what you think!