syntaxc

Results 3 comments of syntaxc

Same issue here. If I scroll to the bottom, it will start loading new data and not stop. It seems to continually scroll the current location to the bottom, and...

I forked the project to add the slot: https://github.com/syntaxc/v2-datepicker The two files you'll want are: lib/components/date-picker.js lib/components/date-picker-range.js Use them like this: ` `

Hi @laverdet, The previous code is now failing using 4.6. Error: `TypeError: A non-transferable value was passed` The error is thrown at this line: `resolve.apply(undefined, [data], { timeout: 1000 }).catch((error)...