algolia / algolia/docsearch

Judging the `iScomposing` property when searchbox input

Open
#1,043 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
4.4k
Forks
439
Avg merge
14h 32m
Merged PRs (30d)
19

Description

## Describe the problem

When you haven't selected it in the input method, you should not request a request.

## Describe the solution

Use https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/isComposing

Contributor guide

Open the contributing guide

Research direction

No file or test is named. Start by locating the searchbox input handler and review how it decides when to request a search; use the linked KeyboardEvent.isComposing documentation. Done means input-method composition does not trigger a request until composition has ended.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend, search
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.