I have a React application. I am testing on apple mobile phone. My problem is that when I receive a SMS, I get the number as suggestion above keyboard. When I tap on it, I need that number to be filled on an OTP input box. So what is the event triggered on tap?
onPaste and onDrop event does not work for on tap.