Which HTML input event can I use to handle autosuggestions on a mobile keyboard

I am building an input form in which I can capture users selected keyboard autosuggest and perform an action. The issue is I have no idea how to handle it. I tried using the onKeyDown and onPaste Event to see if I can get the selected suggestion, but this was to no avail.

Please how can I intercept mobile keyboard autosuggestion?