Adrien Foulon
Adrien Foulon
If I want to append the sorted element within the element that is being sorted and not to the body (to not lose styling because there is a lot of...
Colors are now handled through js instead of css This gives way more flexibility for users that can edit the protip skin with **3 new properties** _background, color and border_...
It took me 2hours to debug and figure out why my listener wasn't working while following the doc, when it's just because the tag definition was not being applied Basically...
It seems v3 as been on the works for some time and hasn't had much activity? Any eta on release date or maybe if an alpha version can be released?
Was just reading through the code and found this typo
After a drag occurs, the click event should be stopped from firing with `stopImmediatePropagation` It otherwise leads to unexpected clicked elements within the scroll area
It would be nice to be able to change the speed factor I have some lists that are very very long and the speed factor of 1 (scroll the same...
Follow up of #514 to make API consistent This is rebased on #514 so for a real diff see https://github.com/Tofandel/ziggy/pull/1/files
#### Describe the bug When inserting models with composite primary keys, if one of the keys is null, it's inserted with "$uid123" instead of the null value #### Steps to...
Vuex orm is heavily inspired by laravel models, but it seems all the php models need to be re declared in js Is there any tool available to keep the...