- Notifications
You must be signed in to change notification settings - Fork 32
Library hardcoded to code-input element name #185
Copy link
Copy link
Open
Labels
area:coreA bug/feature for the core code-input.js/code-input.css filesA bug/feature for the core code-input.js/code-input.css filesbreaking-changebugSomething isn't workingSomething isn't workingpriority:low
Description
Metadata
Metadata
Assignees
Labels
area:coreA bug/feature for the core code-input.js/code-input.css filesA bug/feature for the core code-input.js/code-input.css filesbreaking-changebugSomething isn't workingSomething isn't workingpriority:low
If any other custom element with the name
code-inputis loaded, it will clash.code-inputif it's not yet taken and allow registering of the exported CodeInput element class under any name.