Skip to content

Hide auto-generated controls for properties on web components #18779

@tigrr

Description

@tigrr

Is your feature request related to a problem? Please describe
Storybook shows a ton of auto-generated controls for all the properties (including even private ones), attributes, slots, CSS shadow parts and events of a custom element. This creates a lot of noise for testing a component.

Describe the solution you'd like
Add an option to disable rendering of the auto-generated controls.

Describe alternatives you've considered
The only other method I know is to whitelist the wanted controls in parameters: { controls: { include: [ ... ] } }. But that's a lot of unnecessary double-typing.

Are you able to assist to bring the feature to reality?
no

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions