The Wayback Machine - https://web.archive.org/web/20200707194804/https://github.com/topics/autosuggest
Skip to content
#

autosuggest

Here are 64 public repositories matching this topic...

sssmi
sssmi commented Feb 17, 2019

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 ul and li tags for suggestions
bampisSyk
bampisSyk commented Jul 12, 2018

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

bug
eldyvoon
eldyvoon commented Jun 29, 2018

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()} />`
`

Improve this page

Add a description, image, and links to the autosuggest topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the autosuggest topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.