In aggrid I added Search using typeahead before in version 26 I used to search values in cell editor had set typeahead to cell editor and set values to cell but after updating to "ag-grid-react": "^30.2.1", and "react-bootstrap-typeahead": "^6.3.2", with react "react": "^18.2.0", from 17
now in the new version when i press enter I doesn't work onchange function in typeahead don't run so not getting value it stop the editing and returns empty
it works when doing onclick from mouse https://stackblitz.com/edit/stackblitz-starters-qzfo2x?file=src%2FApp.tsx
Got Solution by using my logic
this way i use onkeydownd to get value from option by giving index