Skip to content
#

design-systems

Here are 370 public repositories matching this topic...

ant-design
material-ui
storybook
pahan35
pahan35 commented Oct 13, 2021

Describe the bug
It's impossible to disable control if it is inferred from component props.

To Reproduce
https://github.com/pahan35/storybook-repro/tree/cant-disable-control-for-inferred

System

Environment Info:

System:
OS: macOS 11.6
CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
Binaries:
Node: 14.17.6 - /usr/local/opt/node@14/b

baseweb
cobaltwhite
cobaltwhite commented Aug 20, 2020

<Select /> and <DatePicker /> don't offer the option of accessing name, id and other props once the onChange handler triggers. An event object with this information is accessible in the onChange handler for <Input />.

Feature description

Provide access to these variables for Select and DatePicker. It is needed when the component is being passed handler functions from an

awesome-software-architecture

Improve this page

Add a description, image, and links to the design-systems topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the design-systems topic, visit your repo's landing page and select "manage topics."

Learn more