AlaskaAirlines / auro-input

Custom HTML element for inputting string data in forms
https://auro.alaskaair.com/components/auro/input
Apache License 2.0
2 stars 4 forks source link

auro-input not rendering on Svelte #300

Closed ArcherScript closed 5 months ago

ArcherScript commented 5 months ago

Please verify the version of auro-input you have installed

2.17.8

Please describe the bug

  1. Create a svelte project
  2. Install latest auro-input
  3. Add auro-input to html
  4. See error Uncaught DOMException: Failed to construct 'CustomElement': The result must not have attributes at element

Reproducing the error on the docsite

None

Expected behavior

Input should be renderable on svelte

What browsers are you seeing the problem on?

Chrome

Additional context

Works in version 2.16.0. Broken in latest 2.17.8 version. I tried in a new repo, and an existing repo. Reproducible in both scenarios.

blackfalcon commented 5 months ago

I believe that this issue will be resolved with this PR

blackfalcon commented 5 months ago

I stand corrected, I consulted with @jordanjones243 and it's believed that this may be related to an alternate support feature related to dynamically creating DOM elements via JavaScript.

Still will validate once #299 is released.

jessieiswise commented 5 months ago

Seeing this issue when using it directly from Vue