Laura Silva

Results 106 issues of Laura Silva

Add support for disabled TreeViews and disabled TreeItems. Requirements: 1. If a parent item is disabled, all its children should be disabled. It should not be expandable. 2. If a...

bug

Currently our Carbon charts look great on [Storybook](https://storybook-preview-dev--upbeat-sinoussi-f675aa.netlify.app/?path=/story/carbonchart-area--area-time-series-natural-curve), but don't have the correct styles in the [docs site](https://next--upbeat-sinoussi-f675aa.netlify.app/api/carbon-chart/) **or** when consuming it directly (ie CodeSandbox). This is because we are...

bug
@react-magma/charts

We want to add a Panel (like our DropdownContent panel) to Search to support advanced search. Requirements: - The contents of the panel will not be prescriptive so it can...

feature request

**Describe the bug** I want to control the value of Input to make it not less than 0 and not bigger than 23. But looks like a component starts being...

bug

**Describe the bug** When using date picker with a min or max date, the date entered by a user disappears if manually entered after a valid date has been present...

bug
react-magma-dom

Issue: #1073 ## What I did We originally thought our List component didn't support nested children. However, it does, we just needed examples of it. This is adding examples to...

Issue: none ## What I did Adding a description for `checkChildren` and `checkParents` prop to the docs site, and updating the example in storybook to confirm that the expected items...

**Describe the bug** When I updated magma my webpack compiled with 1 warning. Specifically that @emotion in react-magma-dom/node_modules/@emotion/styled/base/package.json is missing react version requirement written in it. This error gives error...

bug
dependencies

**Describe the bug** Our List component should support nested list items: ``` List content List content 1 Nested List content 2 Nested List content List content ``` **To Reproduce** Steps...

bug

**Describe the bug** Some screenreaders are not reading input field's error message when "helperMessage" attribute is not specified with any input, although everything works when there is any helper message...

bug
a11y
pc