question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MultiSelect checkboxes are not carbon checkbox

See original GitHub issue

I noticed that in the sandbox of the latest version of the library styles are not imported as they are in the react tutorial. However, in my local app in which the following components are used

"carbon-components": "^10.7.3",
"carbon-components-react": "^7.7.3",

I have to load styles in index.scss like below for styles to work. But even after this, the checkbox in MultiSelect are native checkboxes rather than carbon checkbox. Screenshot below.

@import 'carbon-components/scss/components/button/button';
@import 'carbon-components/src/components/multi-select/multi-select.scss';

image

Can someone please point out what I am doing wrong???

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
tahaimtcommented, Nov 7, 2019

Can you take a look at my other issues please @jendowns ? Do you mind if I tag you in them?

1reaction
tahaimtcommented, Nov 7, 2019

That fixed it. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Checkbox component - Carbon Design System
Checkboxes are used when there are multiple items to select in a list. Users can select zero, one, or any number of items....
Read more >
Dynamically populated multiselect list is not showing items
When I add $("#BrandId").css("display", "block"); then only data is showing but without checkboxes and search option. I am using Carbon Master ...
Read more >
Solved: Multi Select Checkbox not getting unchecked
However the issue I have is that when you clear the collection my checkboxes still remains ticked. This does not occur in the...
Read more >
Checkbox - Carbon Fields
Checkbox. The checkbox field create a single tick-able option with a label next to it. Config methods. set_option_value( $value ).
Read more >
Components | Checkbox - checked ⋅ Storybook - WFP
Checkbox View source & readme on Github. Checkboxes are used for a list of options where the user may select multiple options, including...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found