You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an unfortunate keyboard interaction. This is probably fixable, but I doubt it will be something I have time for soon. If someone else wants to take a look at this, you'll need to find a keyboard that causes the same kind of input behavior I describe here and take a look at the behavior: #381 (comment)
Thanks @mgod for responding.
I observed issue #308 in version 2 and therefore updated to version 3 ( #308 got fixed in it ) but observed the above mentioned issue.
Just wanted to understand if both the issues are connected somehow.
Also wanted to inform that after setting inputType to "textEmailAddress" the height of the view gets fixed and does not expand when adding multiple tokens (height of the view is set to be wrap_content).
Need to be able to set this inputType because there are some keyboards (eg. Swiftkey) which enters a space just after typing period (.) and wrong token gets created as space is a split char which email does not have.
The issues are related in that they are both keyboards providing unexpected input, but I don't think anything beyond that.
For your second issue, I'm not sure why you're adding a space as an email separator when ',' and ';' are the generally recognized separators for email addresses, but if you need to use textEmailAddress I would suspect that it's setting the number of lines the view is allowed to have as well, which is what is causing trouble with your height. I would check for that interaction or any other layout related stuff that is setting single line mode or setting the number of lines to 1 in your view.
Issue in version 3.0
Steps:
The text was updated successfully, but these errors were encountered: