Hello it's nice component! Any way that I can limit user drop the item to list2 ? example I want to limit only 5 items only allowed user can drop.
Thanks
Take a look at disabled option and move prop, you should be able to implement what you are looking for.
Hi thanks for replied. again how can I trigger user object which user dropped ( on function ) that object item ? thanks
@David-Desmaisons I still didn't find where I can trigger user drag item from list push to list2 ? I do need check condition before user can drag item from list to list2.
thanks for replied.
<draggable :options="{disabled: list.lenght<=5}">
</draggable>
thank you so much!
Most helpful comment