orfium-ictinus icon indicating copy to clipboard operation
orfium-ictinus copied to clipboard

Support prop types of HTMLInputElement without listing them in the props list in the docs section.

Open michalisKout opened this issue 4 years ago • 1 comments

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
  • style HTMLInputElement
  • onClick
  • onFocus
  • onChange etc..

The consumer should be agnostic of the HTMLInputElement prop types. We would like to ignore these props from displaying them in the docs section of the storybook.

michalisKout avatar Sep 14 '20 09:09 michalisKout

It doesn't seem to be an issue anymore. Tested at v2 branch. @panvourtsis @michalisKout

NikosCha avatar Dec 17 '20 09:12 NikosCha

Tested and is working after v2

panvourtsis avatar Mar 14 '23 07:03 panvourtsis