RevillWeb / rebel-tag-input

A tag input written as a web component using ES2015.
MIT License
9 stars 4 forks source link

Remove deprecated Web API registerElement for customElement.define #4

Open aogilvie opened 7 years ago

aogilvie commented 7 years ago

document.registerElement is deprecated for customElements.define() - Thus this component will not work with latest webcomponentjs.

https://developer.mozilla.org/en-US/docs/Web/API/Document/registerElement https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/define

aogilvie commented 7 years ago

kinda went to town on it... https://github.com/RevillWeb/rebel-tag-input/pull/5