-
Notifications
You must be signed in to change notification settings - Fork 99
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
Show typing suggestions for text with whitespace #781
base: develop
Are you sure you want to change the base?
Conversation
22df874
to
4150395
Compare
guard !suggestionText.contains(" ") else { | ||
return nil | ||
} |
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.
Can't figure out why this was added here. Otherwise the implementation is same as in the UIKit.
SDK Size
|
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.
LGTM! ✅
# Conflicts: # CHANGELOG.md
|
🔗 Issue Link
IOS-700
🎯 Goal
Show typing suggestions for full name
🛠 Implementation
Typing suggestions were explicitly ignoring any whitespace while UIKit SDK does allow it. Otherwise the logic is the same.
🧪 Testing
🎨 Changes
☑️ Checklist