Closed ccwilson-us-ibm-com closed 2 years ago
@carbon/react, @carbon/styles
Chrome, Firefox
1.6.0
^17.0.0
When setting a multiselect component with the properties inline and warn, the label text overlaps with the yellow warning icon.
https://stackblitz.com/edit/github-aicltq?file=src/App.jsx
Here's how the component is configure to display this issue:
<MultiSelect ariaLabel="MultiSelect" id="carbon-multiselect-example" items={items} label="Multiselect menu options" titleText="Multiselect title" type="inline" warn="true" />
Attaching a visual for reference:
Package
@carbon/react, @carbon/styles
Browser
Chrome, Firefox
Package version
1.6.0
React version
^17.0.0
Description
When setting a multiselect component with the properties inline and warn, the label text overlaps with the yellow warning icon.
Reproduction/example
https://stackblitz.com/edit/github-aicltq?file=src/App.jsx
Steps to reproduce
Here's how the component is configure to display this issue:
Code of Conduct