Change inputType of MessageInputView for better mentioning experience #1715
rupinderjeet
started this conversation in
Ideas
Replies: 1 comment
-
As you said, setting the input type to email would break the semantics of the input field. For example, it could affect things like autocompletion now offering to input an email address every time. Mentions are not an extremely frequently used feature, and they're probably accessible enough as-is for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We can configure the keyboard input to show "@" symbol using something like
textEmailAddress
asinputType
of MessageInputView. This can help quickly mentioning other users when they are chatting in a channel.Using
inputType
like this seems a bit wrong because it wouldn't technically be an email.I don't know much about UX, so, just a suggestion. What are your thoughts?
Beta Was this translation helpful? Give feedback.
All reactions