Skip to content

issues Search Results · repo:github/combobox-nav language:JavaScript

Filter by

9 results
 (55 ms)

9 results

ingithub/combobox-nav (press backspace or delete to remove)

#75 replaced scrolling logic with Element.scrollIntoView. However, this causes the entire page to scroll when the combobox is contained with a position: sticky element. Here is a simple reproduction: ...
  • tobyzerner
  • 1
  • Opened 
    on Dec 1, 2023
  • #78

A quick report that v2.3.0 and the new scrollIntoView broke the UX of @github/text-expander for me. It would push the expanded ul to the top of the screen. After spending a few hours debugging what s the ...
  • StanBright
  • 1
  • Opened 
    on Nov 15, 2023
  • #77

Should the ul ... /ul be hidden when a user hits the esc key (source: w3c.org keys-ui)
  • ACPK
  • Opened 
    on Mar 2, 2023
  • #71

The CI test suite intermittently fails on MacOS due to what looks like a race condition: npm ERR! code 1 npm ERR! path /Users/runner/work/combobox-nav/combobox-nav/node_modules/chromium npm ERR! command ...
  • iansan5653
  • 1
  • Opened 
    on Jul 19, 2022
  • #58

In example click by mouse on list item not fire commit event. That s because blur event executes before click event. Solution: change click listener to mousedown listener.
  • alexey13
  • Opened 
    on Jun 19, 2022
  • #54

When implementing a combobox with automatic selection, the current behavior to clear selection on every non-functional keypress causes the UI to flicker. Here s an example of this behavior. Can we add ...
  • katblag
  • 10
  • Opened 
    on Sep 16, 2020
  • #30

In https://github.com/github/combobox-nav/blob/master/src/index.ts#L130, a keydown event for the Ctrl key will fall to the default case, clearing the selection. This always makes Ctrl+P and Ctrl+N start ...
  • T-Hugs
  • 1
  • Opened 
    on May 11, 2020
  • #25

Hi, I noticed the example isn t working. When I focus the input field this error message pops up in the console: Uncaught TypeError: comboboxNav.stop is not a function at HTMLInputElement.toggleList ...
  • Aratramba
  • 3
  • Opened 
    on Apr 28, 2020
  • #23
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub