-
Notifications
You must be signed in to change notification settings - Fork 353
Closed
Labels
EasyLow effort straightforward taskLow effort straightforward taskbug 🐞Something isn't workingSomething isn't workingenhancement ✨New feature or requestNew feature or requeststyle tweak 🎨Improve the website style or formattingImprove the website style or formatting
Description
Description
Using mic input updates the search field but doesn’t trigger filtering. Typed input works as expected. The filtering logic depends on "input" events, which voice input doesn’t trigger by default.
Context
This happens in script.js, inside the resultOfSpeechRecognition handler. The input value updates, but the filtering logic (filterComponents) doesn’t run because there's no event fired.
Reproducible across pages using the shared search bar.
voicesearchissue.mp4
Screenshots
Fix (Tested)
This correctly simulates a real input event and triggers filtering as expected .
issuefixed.mp4
Fix is ready — please assign this to me so I can open the PR.
Checklist
- I have checked the existing issues.
- I follow Contributing Guidelines of this project.
- I am an IWOC'25 contributor.
- I am a SWOC'25 contributor.
Code of Conduct
- I agree to follow this project's "Code of Conduct".
Metadata
Metadata
Assignees
Labels
EasyLow effort straightforward taskLow effort straightforward taskbug 🐞Something isn't workingSomething isn't workingenhancement ✨New feature or requestNew feature or requeststyle tweak 🎨Improve the website style or formattingImprove the website style or formatting