auto-complete-element
auto-complete-element copied to clipboard
Auto-complete input values from server search results.
## Context Currently, all the screen reader announcements for this component are in English and have very generic wording such as "Results hidden". You may want to use more specific...
I see there was an [issue related to this](https://github.com/github/auto-complete-element/issues/24) back in 2019. However, I still face issue with a scrolling container. I have attached a recording for the same. When...
For some reason, CI isn't running in #82. I want to kick the action around a bit and see if it works. Figured I'd update it a bit while doing...
Per https://github.com/github/auto-complete-element/pull/53#discussion_r761014561, we register many event handlers like `addEventlistener('foo', this.bar = this.bar.bind(bar))`, but rather than calling function bind we can use `handleEvent` and rather than calling `removeEventListener` a bunch, we...
# Problem If there are static options passed into the element, the options are deleted on request for filtered options. # Request Client-side options should be supported and have filtering...
I had some issues getting started with this module as the input could not be found when the element is connected. Debugging I found it was due to https://github.com/github/auto-complete-element/blob/5574169a6c7fc000e5e532e3a43d2ce7aea11ff6/src/auto-complete-element.js#L19 It...
Unless I'm doing something quite wrong, the example only ever returns `Hubot` whether I type `Bender` or not. Why?
Add `permissions: contents: read` to workflow files to follow the principle of least privilege for GitHub Actions security. ## Changes - `.github/workflows/nodejs.yml`: Added explicit read-only contents permission - `.github/workflows/publish.yml`: Added...
We recently moved our application to this library from twitter-typeahead and have run into an issue where the results dropdown will only close when a selection is made. If a...