Jared White

Results 265 comments of Jared White

Just chiming in to say I'm very excited about this. Working with dropzones/multiple file uploads with progress has always been pretty tricky, even with battle-tested well-known libraries. And I don't...

@claytongulick This looks pretty cool! I'll try it out =)

Argh, I need `sl-tag-autocomplete` and I need it now! haha. Maybe I should try to cobble something together with a text field, tags, and dropdown menu…

It has begun! https://codepen.io/jaredcwhite/pen/LYbmwgz Haven't gotten to autocomplete/dropdown yet, but the tag input works pretty well. =) (type in anything and hit enter. clearing works too. `el.tags` works for `tags-input`...

@sidharthramesh Well I'm not sure if my hackery is any better than your hackery, but here's what I've got so far! https://github.com/whitefusionhq/sl-tags-input I went ahead and published it because I...

You know, actually I did. That's why I ended up making SLMenu a slotted element in the Light DOM. If the bug gets fixed I might be able to simplify...

@nadenf I built this control a while back: https://github.com/whitefusionhq/sl-tags-input It hasn't been properly vetted for accessibility, but it might help you in a pinch.

Awesome stuff. One comment is perhaps use a keyword argument for the locals, or look for that inside of an optional hash, instead of just a single optional end argument....

@mtomov ~~Can confirm this does work for esbuild:~~ ```js import images from "../images/**/*.{jpg,jpeg,png,svg,gif}" images.forEach(image => image) ``` **Actually that causes a runtime error** -- this seems to work: ```js import...

@mtomov Awesome! Do you think you could make a quick update to the PR based on my two comments above? Then I shall gladly merge! ☺️