Jason Miller
Jason Miller
@garmjs might be a bubbling issue. If something up the DOM tree accidentally registered an `onChange` handler on a random element like a `` it'll trigger when blurring descendants.
Not sure, but RHL is on my list of things to figure out. I've never used it, all the apps I work on just use basic HMR, but I know...
`Array.prototype.includes()` is not supported in IE9, which this library targets.
I'm too obsessed with file size to go that route 😜
I think we're good, just didn't want to do it on a plane haha
@mikemaccana Looks like there were actually a few copies of tags-input.js on that page and the one being used didn't have a placeholder defined. I've modified it to just use...
Thought: what about having it be an attribute on the input? ```html ```
@luckydonald by pasting
Ah now I see what was being asked haha. Nice demo @pirxpilot
~You can disable the ready event using the [`ready:false` option](https://github.com/developit/workerize-loader#ready).~ This is used for the `ready` event, but can't be disabled. I've opened #113 with a fix.