I created a speech recognition experiment here: http://jsfiddle.net/3Sm9R/3/ (works only in Chrome 11 +)
However, a flashing cursor appears when the input is pressed. I want to hide it. What is the cleanest way to hide it?
The color of the cursor follows the color of the text. Therefore, when you adjust the color to a transparent cursor, it disappears.
<input type="text" style="color: transparent;" x-webkit-speech />
See this answer
Resets to input[type=text]{ cursor: none; } input[type=text]{ cursor: none; }
input[type=text]{ cursor: none; }
EDIT: looking at your jsfiddle, I now understand that you are using a new type of speech input, and it doesn't seem to work.
Source: https://habr.com/ru/post/905666/More articles:How to transfer data from my production database to my intermediate database in the hero? - ruby | fooobar.comKcachegrind / callgrind does not match dispatcher functions? - valgrindHow to zlib compress QByteArray? - c ++How are AJAX proxies with Rack middleware? - ajaxInconsistent results with java threads - javaHow to distinguish char * to a string in D? - stringXDocument.Save () removes my & # xA; legal entities - c #Get xsi: type with xpath - xmlAdvanced download of Asp.Net files - c #Using SqlFunctions or equivalent EdmFunctions collection with MySql and Entity Framework - mysqlAll Articles