We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee32fb commit 94d9d20Copy full SHA for 94d9d20
packages/vue/src/components/search/addons/Mic.jsx
@@ -63,7 +63,7 @@ const Mic = {
63
}
64
this.instance = new SpeechRecognition();
65
this.instance.continuous = true;
66
- this.instance.interimResults = true;
+ this.instance.interimResults = false;
67
this.instance.lang = lang;
68
if (getInstance) {
69
getInstance(this.instance);
0 commit comments