slackhq / SlackTextViewController

⛔️**DEPRECATED** ⛔️ A drop-in UIViewController subclass with a growing text input view and other useful messaging features
https://slack.com/
MIT License
8.32k stars 1.08k forks source link

Support for mentions search with white space #280

Closed stremblayiOS closed 8 years ago

dzenbot commented 9 years ago

Do you mean, to activate the auto-completion mode without any prefix but with a whitespace instead? Like Facebook does?

stremblayiOS commented 9 years ago

No, I meant to add an option to not cancel auto-completion when typing a space bar while typing the mention. (Ex.: @samuel tremblay) Will help for last name query and HTTP search with multiple words.

dzenbot commented 9 years ago

I guess after implementing https://github.com/slackhq/SlackTextViewController/issues/278#issuecomment-146208663, this could be done real easy by disabling the automatic show/hide feature and give that control to the developer instead.

stremblayiOS commented 9 years ago

Yeah that could work! Again I figured that Slack was all about Core Data queries so the way you built it makes sense. Although that lib would be much versatile with HTTP queries. Thanks again! We <3 Slack.

dzenbot commented 9 years ago

I agree. This enhancement may actually help us too, to make these queries asynch, improving performance for teams with a high amount of users.

dzenbot commented 8 years ago

Closing this as it is now possible to achieve with some client side implementation.