-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Bug]: Using numbers in questions prompt while input is focused selects option #1794
Copy link
Copy link
Open
Labels
bugSomething is broken or behaving incorrectly.Something is broken or behaving incorrectly.needs-triageIssue needs maintainer review and initial categorization.Issue needs maintainer review and initial categorization.
Description
Before submitting
- I searched existing issues and did not find a duplicate.
- I included enough detail to reproduce or investigate the problem.
Area
apps/web
Steps to reproduce
- Get prompted with question by an AI
- Focus on input to provide own answer as opposed to choosing one of the options
- Using numbers (1 through 3) will select the option and submit instead of typing it in the (focused) input/textarea
Expected behavior
- If input is not focused, it should select the option.
- If the input is focused, it should type the number in the input rather than selecting that option
Actual behavior
Input is focused, hit 3, it selects 3rd option, rather than typing '3'
Impact
Blocks work completely
Version or commit
0.0.15
Environment
macOs tahoe
Logs or stack traces
n/aScreenshots, recordings, or supporting files
No response
Workaround
Writing custom answer in different app, copying answer, and pasting it in the input
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is broken or behaving incorrectly.Something is broken or behaving incorrectly.needs-triageIssue needs maintainer review and initial categorization.Issue needs maintainer review and initial categorization.