Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Fuzzy Search + ChunkBy filters click not working

Open
#201 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
angularjs, javascript
Domain
frontend

Research direction

The issue includes a Plunker link demonstrating the bug with fuzzy search and chunkBy filters. Start by examining the angular-filter library's source code for the fuzzy search and chunkBy filter implementations. Reproduce the bug locally using the provided Plunker to understand the focus and click behavior. Look at the event handling and focus management in the relevant filter components to identify why the first click doesn't register.

Written by the indexing model from the issue text.

Description

I'm trying to filter a chunked group of check boxes via a search input, but if I enter a search and while focus is still on the search input, the first click doesn't register with any of the filtered checkboxes.

It only works if after I've typed a search value I click away to remove focus from the search input.

See plunker for replication:
http://plnkr.co/edit/snRYkEctnEbPRla1GzXr?p=preview

Dominant language
JavaScript
Stars
2.9k
Forks
319
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from a8m/angular-filter

All issues in a8m/angular-filter

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.