If I type Japanese characters into the search field, is it feasible to hide the IME suggestions so that I can easily choose the proper search suggestion using my keyboard. I still want to be able to translate special characters between alphabets using the IME. I only want to disable type-ahead suggestions from the IME. Does anyone know how to do programmatically using javascript or html to stop certain fields on a web page from displaying the IME suggestions?
I tried the css property ime-mode but is deprecated and not supported by all browsers.