I am using React Bootstrap typehead. I have this code -
onKeyDown={(e) => {
        e.preventDefault();
    }}
For IOS it prevents entering a value in the TypHead. But for Android, the preventDefault is doing nothing.
Is there anybody who has the same problem?
