Description
The SimpleSelect component (see: https://github.com/opendatahub-io/kubeflow-ui-essentials/blob/main/components/SimpleSelect.tsx) is used across AI products, notably in toolbars, to provide a streamlined selection experience. Integrating this component into react-component-groups will promote its reuse across different AI applications.
Benefits
-
Consistent user experience for select elements across applications.
-
Simplifies development for AI applications by providing a pre-built, well-tested component.
Proposed Solution
Add support for this by creating a SimpleSelect component within the PatternFly React Component Groups.
Work Items