Describe the problem
A clear and concise description of the problem. Which components are affected?
Update search to use the SearchInput component
|
<SearchInput |
|
value={input} |
|
aria-label="Filter menu items" |
|
onChange={(_event, value) => handleTextInputChange(value)} |
|
/> |
Describe the problem
A clear and concise description of the problem. Which components are affected?
Update search to use the SearchInput component
patternfly-react/packages/react-core/src/components/Menu/examples/MenuFilteringWithSearchInput.tsx
Lines 48 to 52 in f038112