in packages/react-core/src/demos/SearchInput/SearchInput.md there are 2 leftovers onChange that didnt get a prop order reorder after #8516:
in the Search with autocomplete and Composable advanced search sections
const onChange = (value) => { , const onChange = (newValue) => {
in
packages/react-core/src/demos/SearchInput/SearchInput.mdthere are 2 leftoversonChangethat didnt get a prop order reorder after #8516:in the
Search with autocompleteandComposable advanced searchsectionsconst onChange = (value) => {,const onChange = (newValue) => {