react-components icon indicating copy to clipboard operation
react-components copied to clipboard

A set of components based on Vanilla Framework

Results 95 react-components issues
Sort by recently updated
recently updated
newest added

I have a `ConfirmationModal` or `Modal` with children - `Input` and `TextArea` components. When I focus into the text area and begin to type, there's some sort of re-render, the...

Bug 🐛
Accessibility
P3 Triaged
Triaged: v4

It seems that release notes on GH only list a single merged PR, not everything that is part of the release. For example release 0.50.6: https://github.com/canonical/react-components/releases/tag/v0.50.6 It included at least:...

Input is not configured to handle controls. This is important as the example with the `help` prop is missing. https://canonical-web-and-design.github.io/react-components/?path=/story/input--checkbox ![image](https://user-images.githubusercontent.com/7452681/161228164-0dbc78e5-3f16-440b-9a6b-9246eda0b94f.png) Related issue: https://github.com/canonical-web-and-design/react-components/issues/748

Bug 🐛
Priority: Low
P3 Triaged
Triaged: new architecture

When the `closeOnOutsideClick` prop of the `ContextualMenu` is `true`, it should be explicitly checked that there is no modal open before closing the contextual menu on outside click. This is...

Bug 🐛
P3 Triaged
Triaged: v4

When setting the ```required``` attribute on ``````, this attribute is not passed to the `````` element. This results in client-side form validation ignoring the required select field. See also: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/required

Bug 🐛
P3 Triaged
Triaged: v4

Many examples in the documentation across different pages don't have a code example, showing "No code available". For instance all component variants in this page https://canonical.github.io/react-components/?path=/docs/confirmationmodal--docs

Both components look similar, but have different spacing/padding. It can be confusing for developers which one to use where.

P3 Triaged
Triaged: new architecture

## Done - Given a minimum width to the confirmation modal so that width doesn't become narrow when there isn't a lot of content. ## Fixes Fixes: #976 . https://github.com/canonical/react-components/assets/90577359/50d41671-a028-4b71-8b90-f7f3e205c738

It would be nice if there was a way to set the focus on the confirm button when opening the modal so that users can press enter to confirm. This...

It would be great if there was a way to achieve nested tables while using the ModularTable component. One use case that comes to mind is displaying several configuration values...