Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

[terra-form-input] Add onInput to communicate changes made using dictation #3100

Closed
benbcai opened this issue Jul 29, 2020 · 2 comments · Fixed by #3135
Closed

[terra-form-input] Add onInput to communicate changes made using dictation #3100

benbcai opened this issue Jul 29, 2020 · 2 comments · Fixed by #3135

Comments

@benbcai
Copy link
Contributor

benbcai commented Jul 29, 2020

Bug Report

Description

Entries or changes made in an input using dictation do not trigger the onChange callback. Instead, onInput is triggered. Similar to #2727 onInput 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

@ryanthemanuel
Copy link
Contributor

We should evaluate if we need to do this on the text area as well.

@benbcai
Copy link
Contributor Author

benbcai commented Jul 30, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants