Michael
Results
2
issues of
Michael
Support prop types of HTMLInputElement without listing them in the props list in the docs section.
1
**Issue Description:** Extending a component's props with HTMLInputElement will result on listing all the HTMLInputElement props in the docs file of the storybook. example: Component's props - id - label...
enhancement
The new data type should have one of the following structures: ``` data=[{ label: "Breadcrumb level 1", options: { 1: { label: 'Level 1 Item 1', data: {} }, 2:...