-
Updated
Jun 5, 2020 - Shell
autosuggest
Here are 64 public repositories matching this topic...
When serviceUrl has been changed a clearCache() method should probably be called to prevent incorrect results.
Possibly the other settings could trigger this as well.
-
Updated
May 6, 2020 - JavaScript
-
Updated
Jun 18, 2020 - JavaScript
I'm submitting a ...
- bug report
- feature request
- support request
What is the current behavior?
Keyboard control works great, but still lacking many accessibility features.
What is the expected behavior?
vue-simple-suggest to be more screen reader friendly.
Including:
- Necessary aria tags
- Using a
ulandlitags for suggestions
-
Updated
Oct 6, 2018 - HTML
Issue description
I've came across a proptype warning when passing an int as options key.
focusItem is declared as a string in App.js seems reasonable enough so i think a simple conversion is enough as a think many people may try to pass an int as the option key, my case was passing the product_id from a an api.
I know that this is against the PropTypes use but i think an exception he
-
Updated
Jul 20, 2019 - JavaScript
I cant get the the remove diacritics to work. If i have a nme like João, i want it to match when i type joao...
Thx in advance, good work.
Are you reporting a bug?
renderInputComponent is not optional? when it's undefined it should render the default input component. For now I have to do this
if (custom) {
return (
<Autosuggest
{...props}
renderInputComponent={() => this.customComponent()}
/>
)
}
return `<Autosuggest {...props} renderInputComponent={() => this.customComponent()} />`
`
-
Updated
Jan 16, 2019 - HTML
-
Updated
Jun 17, 2020 - Python
-
Updated
Feb 18, 2020 - Emacs Lisp
For security and support, the notes addon has been depricated
-
Updated
Oct 19, 2017 - Java
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Jun 6, 2020 - Vue
-
Updated
Sep 12, 2018 - Java
-
Updated
May 2, 2017 - JavaScript
broken demo link
heya,
the demo link at the top of the github repo is pointing to an old URL:
I think the correct URL is https://generalpiston.github.io/react-autosuggest-geocoder/ ?
-
Updated
Mar 7, 2020 - JavaScript
-
Updated
Jul 15, 2019 - Vue
-
Updated
Nov 2, 2019 - TypeScript
-
Updated
Sep 18, 2018 - Python
-
Updated
Nov 26, 2017 - Elm
-
Updated
Jul 7, 2020 - Rust
-
Updated
Jun 6, 2020 - JavaScript
Improve this page
Add a description, image, and links to the autosuggest topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the autosuggest topic, visit your repo's landing page and select "manage topics."



Bug
Codepen:
https://codepen.io/timneyens/pen/VwYdbBK
The steps to reproduce the issue, e.g.:
c, and wait for suggestions to appearObserved behaviour: Suggestions stay open
Expected behaviour: Suggestions should be closed