You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest release, adding this element into custom elements shows all the inherited functions and properties. I and others were wondering if it were possible to change this to being optional through a property or just remove it.
I understand why it is there so moving more towards having it optional would be the best situation out of the two, it just shouldnt be showing these to people who choose not to.
Expected outcome
All element functions and properties declared within the element to be shown
Actual outcome
All element and inherited functions and properties are shown
Browsers Affected
Chrome
The text was updated successfully, but these errors were encountered:
Description
With the latest release, adding this element into custom elements shows all the inherited functions and properties. I and others were wondering if it were possible to change this to being optional through a property or just remove it.
I understand why it is there so moving more towards having it optional would be the best situation out of the two, it just shouldnt be showing these to people who choose not to.
Expected outcome
All element functions and properties declared within the element to be shown
Actual outcome
All element and inherited functions and properties are shown
Browsers Affected
The text was updated successfully, but these errors were encountered: