Marchiuzzz

Results 11 comments of Marchiuzzz

Found the problem...it's quite funny actually. The name of the image is 1218 and so in generated code I get ![image](https://user-images.githubusercontent.com/73941456/108180481-7f5a3b00-710f-11eb-903b-30f07ed22bbe.png) Since 1218 is an integer it's trying to declare...

Found a hack-ish way to solve this. That's by controlling typeahead-activation-threshold with a variable and changing this variable on @focus and @blur events. Here's my working example of the fix...

@jdnichollsc I'm using Vue.js. Apparently I was using an older version of this package, updating to 1.3.0 solved this issue.

You probably already found a solution but I'll just share how I did it for any future readers. Declare a variable "vue" (or whatever you want to call it) outside...

I'll share my workaround in case anyone stumbles on this. We can pass a function to be called onSpill over a prop like so ``` .... ``` Then I have...

2023 - still relevant, was this ever implemented?

I have the same issue, however it works for me until I add event listeners, which for some reason disable the functionality of "sort" prop and when inspecting the draggable...

Well I just moved to using the Sortbale.js itself since this was bugging out for me, works fine on Sortbale.js

@supersuryaansh Yeah, I managed to get it working using ``` import "jimp" const { Jimp } = window ```