We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@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" />
The text was updated successfully, but these errors were encountered:
Attaching a visual for reference:
Sorry, something went wrong.
aledavila
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: