Are you reporting a bug or a feature?
Expected Behavior
The CustomElementRegistry.define() API specifies the ability to extend builtin elements.
So it should be working as specified.
Actual Behavior
Extending builtin elements isn't fully supported by:
Steps to Reproduce the Problem
Currently we face this issue especially with tables #546 but it's also kinda existing with <axa-button>
Are you reporting a bug or a feature?
Expected Behavior
The
CustomElementRegistry.define()API specifies the ability to extend builtin elements.So it should be working as specified.
Actual Behavior
Extending builtin elements isn't fully supported by:
Steps to Reproduce the Problem
Currently we face this issue especially with tables #546 but it's also kinda existing with
<axa-button>