This PR adds the fullWidth prop to SingleSelect and MultiSelect. It should provide the same functionality as in other form components, namely, to set the component's width to 100%.
Motivation and Context
This addition was requested by developers and made sense since the option is available in other form components.
How Has This Been Tested?
Tested by running locally on styleguidist on Chrome and Firefox.
Description
This PR adds the
fullWidth
prop to SingleSelect and MultiSelect. It should provide the same functionality as in other form components, namely, to set the component's width to 100%.Motivation and Context
This addition was requested by developers and made sense since the option is available in other form components.
How Has This Been Tested?
Tested by running locally on styleguidist on Chrome and Firefox.
Screenshots (if appropriate):
Release notes
SingleSelect
fullWidth
propMultiSelect
fullWidth
prop