Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification: Did autocomplete show the suggested list if the search words contains in a string #31

Open
nihp opened this issue Oct 12, 2019 · 1 comment

Comments

@nihp
Copy link

nihp commented Oct 12, 2019

[1]
I have a clarification about the Autocomplete. Here I need to know does the AutoComplete will show the search letters related words.

For Eg,) Lake JesusMouth and Lake Noemie have o and e letter. If I search O or e as first does it show these words which I mentioned?

Also, Here If I type Lake means it listing all names started with Lake. It is fine but If I type a letter means does it show any result?

https://snack.expo.io/@niph/dropdown

[2]

Can we able to create tags using this. (i.e) If I need to show the selectedDropdown value as a tag above the input box means is it possible by using this package.

@PaitoAnderson
Copy link
Collaborator

  1. It's a pretty flexible component you can always implement your own search logic instead of using the data property too. (See how to get the suggestions by the first letter? #30 (comment))
  2. I haven't done this myself and I'm not sure if this is exactly what you need but maybe try looking at the rightContent and rightTextExtractor props?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants