Closed michalkvasnicak closed 4 years ago
For example there is no way to pass all the possible props to Menu because SelectMenuProps is just what is passed from Select but we want to pass extra props from defaultProps.
Menu
SelectMenuProps
Select
defaultProps
For example there is no way to pass all the possible props to
Menu
becauseSelectMenuProps
is just what is passed fromSelect
but we want to pass extra props fromdefaultProps
.