patternfly-react
patternfly-react copied to clipboard
A set of React components for the PatternFly project.
Just a small thing - this element should be a `` since a `` can only accept [phrasing content](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#phrasing_content) https://github.com/patternfly/patternfly-react/blob/ef241e66080a90616f7eb557b713e39889f1313d/packages/react-core/src/components/SearchInput/SearchInput.tsx#L289
**What**: Closes #7730 used `validated` property based on TextInput using that property for such styling. example: https://patternfly-react-pr-7806.surge.sh/components/number-input#with-status **Additional issues**:
**What**: Closes #7812
**What**: Closes #7823
**What**: Closes #7773 **Additional issues**:
This adds an `name` prop to `Chart` in order to resolve the docs a11y violations, related to duplicate IDs. Victory uses the `name` prop as a prefix when creating child...
Partially helps with: #7810
Works towards closing #7142. Updates React Router to version 5 for the demo app to ensure compatibility with React 18. This change is completely [backwards compatible](https://reacttraining.com/blog/react-router-v5/).
Works towards closing #7142. Fixes the types for the demo app so they match the expectations for React 18.
**What**: Closes #7547 Should now make keyboard focus the editable label after finishing an edit. Also fixes some minor focus issues with the add label modal demo.