question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

  • support screen reader announcements (with and without section)
  • user can provide objects as values
  • user can decide what gets rendered in the input value
  • user can control when the popup opens
  • support for error message and help text
  • Move event handling to the combobox popup instead of option items (for performance)
  • Add openOnFocus prop (If it’s not readonly)
  • Add closeOnSelect prop

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:7
  • Comments:17 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
anubra266commented, Aug 14, 2022

@anilanar I think it’s better to leave the latter part to developers. You might want it to be open when focused and want it to close once selected. And in your usecase, there’s no way you want it to be focused and close.

0reactions
segunadebayocommented, Sep 2, 2022

I’ll open separate issues and PRs for this task

Read more comments on GitHub >

github_iconTop Results From Across the Web

ARIA: combobox role - Accessibility - MDN Web Docs - Mozilla
The combobox role identifies an element as an input that controls another element, such as a listbox or grid, that can dynamically pop...
Read more >
Combo Box Tasks - MSDN - Microsoft
Can someone explain the Combobox tasks : ... A comboBox just holds values it does not push any data to a tblB, you...
Read more >
Combobox | APG | WAI - W3C
A combobox is an input widget with an associated popup that enables users to select a value for the combobox from a collection...
Read more >
c# - Add list items to combobox from a task - Stack Overflow
Im trying to add items to combobox from a task that fetches values from an api, but I'm not sure how to do...
Read more >
ComboBox in C# - GeeksforGeeks
In Windows Forms, ComboBox provides two different features in a single control, it means ComboBox ... Tasks;. using System.Windows.Forms;.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found