AlaskaAirlines / auro-input

Custom HTML element for inputting string data in forms

Home Page:https://auro.alaskaair.com/components/auro/input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auro-input not rendering on Svelte

ArcherScript opened this issue · comments

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.

I believe that this issue will be resolved with this PR

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.

Seeing this issue when using it directly from Vue