-
Notifications
You must be signed in to change notification settings - Fork 104
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
Implement SDL-0108 - AutoComplete List #1019
Conversation
* Added AutoCompleteList to KeyboardProperties * Updated ChoiceSetManager to handle AutoCompleteList * Updated Tests
This PR has been removed from Core 5.0.0 (and therefore 6.1.0). This PR will remain open for the time being, but is not targeted for a specific release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments.
Fixes #790
This PR is ready for review.
Risk
This PR makes minor API changes.
Testing Plan
Unit tests have been updated
Summary
Implements SDL-0108 to enable a list of autocomplete suggestions in the perform interaction keyboard.
Changelog
Enhancements
Tasks Remaining:
CLA