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
firefix does not support to set the opacity for select item, https://github.com/carbon-design-system/carbon/blob/master/packages/components/src/components/select/_select.scss#L164
it's not a grey out styling for the disabled select item in firefox.
https://stackoverflow.com/questions/58437806/why-wont-firefox-grey-out-my-disabled-select-options
The text was updated successfully, but these errors were encountered:
thanks for reporting! this seems to affect all browsers, and the component should no longer modify opacity for the disabled state
Sorry, something went wrong.
https://react.carbondesignsystem.com/?path=/story/components-select--default - If I view this in Firefox Mac - it is still not working. The CSS color overrides set on bx--select-optgroup and bx--select-option are stopping Firefox from rendering the default disabled value.
bx--select-optgroup
bx--select-option
Or conversely, Chrome is ignoring the user overrides and applying the user agent
<Select>
emyarod
Successfully merging a pull request may close this issue.
firefix does not support to set the opacity for select item, https://github.com/carbon-design-system/carbon/blob/master/packages/components/src/components/select/_select.scss#L164
it's not a grey out styling for the disabled select item in firefox.
https://stackoverflow.com/questions/58437806/why-wont-firefox-grey-out-my-disabled-select-options
The text was updated successfully, but these errors were encountered: