AskUserQuestion: speech-to-text input in 'Other' field not registered until option is toggled
Resolved 💬 2 comments Opened Feb 20, 2026 by marcospgp Closed Mar 20, 2026
Bug
When using AskUserQuestion (with multiSelect: true), selecting "Other" and using speech-to-text to input custom text, the pasted text is not registered or displayed in the response.
Steps to reproduce
- Claude presents an
AskUserQuestionwithmultiSelect: true - User selects "Other" to provide custom input
- User uses speech-to-text (macOS dictation) to input text into the custom field
- User presses Enter to submit
Expected
The speech-to-text text is included in the response and visible in the conversation.
Actual
The speech-to-text text doesn't show up in the submitted response. The user has to:
- Press Enter (submits without the text)
- Deselect "Other"
- Reselect "Other"
- Only then does the previously dictated text appear
It seems like the input field doesn't register the value from speech-to-text/dictation paste until the option is toggled off and on.
Environment
- macOS (Darwin 25.2.0)
- Claude Code CLI
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗