Nick Dugger

Results 18 comments of Nick Dugger

To pile onto @niftykins discovery, I'm finding some performance issue while dragging in IE11. Now, I don't expect IE to be as fast as say chrome, but I've only got...

I'll try to get a MVCE set up for you; in the meantime, you should experiment with using CSS translation instead of using a fixed position with top and left....

Please fix the broken syntax highlighting you tried to apply to your readme.

I'm also interested in this feature. I'm trying to get away from react-select because it does not support the dropdown direction like this component does, but then this one does...

I will definitely get around to adding this in soon. Thanks.

I'm tempted to just remove the jQuery data method, and make the jQuery version do `$(myElement).attr('data-foo', whatever)`, since the data method doesn't actually apply an attribute to the DOM.

Aye, but so is dataset, right? Data attributes are just regular 'ol attributes that store strings. That's all I'm trying to compare; I don't feel an urgent need to cover...

wouldn't something like the following be suitable? ``` javascript myElement.data = new Map; myElement.data.set('foo', bar); ``` Or are you thinking of something else?

I was wondering about the possibility of providing coordinates of the launchpad for visualization purposes. It'd be super convenient to be bale to render the rocket's path starting at it's...

👍Thumbs-up from me! Great work so far!