You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
Entries or changes made in an input using dictation do not trigger the onChange callback. Instead, onInput is triggered. Similar to #2727onInput should also be added to form-input.
We should also investigation if other form elements (textarea, select, etc) also need onInput added.
Additional Context / Screenshots
Expected Behavior
Possible Solution
Environment
Component Name and Version:
Browser Name and Version:
Node/npm Version: [e.g. Node 8/npm 5]
Webpack Version:
Operating System and version (desktop or mobile):
@ Mentions
The text was updated successfully, but these errors were encountered:
There is a team that uses text area for a comment box and would like to use dictation. They currently disabled dictation for the comment box due to this issue.
Bug Report
Description
Entries or changes made in an input using dictation do not trigger the
onChange
callback. Instead,onInput
is triggered. Similar to #2727onInput
should also be added to form-input.We should also investigation if other form elements (textarea, select, etc) also need
onInput
added.Additional Context / Screenshots
Expected Behavior
Possible Solution
Environment
@ Mentions
The text was updated successfully, but these errors were encountered: