-
Notifications
You must be signed in to change notification settings - Fork 78
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
Add UILexicon access to autocomplete and autosuggest #201
Comments
@SaurabhJamadagni, will explain your question in here :) What this means is that you can access a list of first name and a list of last names from the user's phone without asking for permissions. So if this works correctly, someone who has me in their contacts would type "McA" and get "McAllister" as a completion. I'm not sure if it'd be able to also get abbreviation like I do sometimes use this autocomplete feature, so I think it'd be nice to add :) |
Ohh I understand @andrewtavis. I first thought that it would be like the 'Text Replacement' feature from the system keyboard. I don't know if you have seen it but you can find it in Settings > General > Keyboard > Text Replacement. This issue sounds good. Any feature that we use ourselves on a keyboard is a good idea to implement. Thank for the clarification :) |
Happy to clarify, @SaurabhJamadagni 😊 This isn't a part of v2.0.0, but it's something we can get to easily later on :) |
Hi @giaxonella 👋 Not quite sure what #210 is in reference to 🤔 Would be happy to discuss if you'd like to explain :) |
Closed in 06eaf3b :) |
Terms
Description
UILexicon contains unpaired lists of names in the user's address book. These words should also be added to the options for autocomplete and autosuggest :)
Contribution
I'd be happy to work on this once autocomplete and autosuggest are finished, but this is also a great issue for another contributor!
The text was updated successfully, but these errors were encountered: