MultiSelect checkboxes are not carbon checkbox
See original GitHub issueI 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';
Can someone please point out what I am doing wrong???
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can you take a look at my other issues please @jendowns ? Do you mind if I tag you in them?
That fixed it. Thanks.