Implements: #237
Select / SelectField
- This fixes a style issue with
<Select />
when placed inside flex containers or when allowed to have an unconstrained width (width: auto
) by includingpaddingRight={sizeOfIconPlusPaddingX}
. - It also adds
/docs
and aSelectField
component that matches the implementation forTextInputField
.