Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The content of input field when microphone is activated #20

Closed
matyaskopp opened this issue Apr 25, 2022 · 5 comments
Closed

The content of input field when microphone is activated #20

matyaskopp opened this issue Apr 25, 2022 · 5 comments

Comments

@matyaskopp
Copy link
Member

When the microphone icon is pressed, the input field should be erased.

The input field in the second screenshot should be empty:
image
The current situation can be confusing - users can expect that the recorded text is appended (inserted) into the current text in the input field.

@martinpopel
Copy link
Member

Yes. The feature of appending (or inserting) recorded text to the previous content could be useful in some rare cases, but it would complicate the main use case, where the users expect that the previous content is deleted immediately after using the mic icon.
(If there was a "valuable" text, the users can always find it in the history, so the deleting makes no harm.)

@matyaskopp
Copy link
Member Author

I did not want to have an append function.
I just wanted to make it obvious that the current input field content will be erased.
Only change the order: firstly remove the text and then record a new one.

I think it should behave the same way when you use the keyboard - you remove current text and write a new one.

@martinpopel
Copy link
Member

I agree. We don't want the append function for audio input. This issue is about deleting the previous input text immediately after tapping the mic icon.

With the keyboard input the users can decide whether to delete the previous input (e.g. using the delete button) or whether to append/insert the new text - that's OK, of course.

@matyaskopp
Copy link
Member Author

I agree. We don't want the append function for audio input. This issue is about deleting the previous input text immediately after tapping the mic icon

Exactly

krabatom added a commit that referenced this issue Apr 25, 2022
@krabatom
Copy link
Collaborator

changed in version 0.9.15

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

No branches or pull requests

3 participants