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
Plus (+), minus (-) and other signs (<, >, etc) are allowed in text fields when these are not at the begging of the field. For instance, the following text strings are rejected:
"-asdf"
"+asdf"
"++++asdf"
But these other ones are accepted:
"text+++text"
"text+----text"
This behaviour is the same when adding or editing a field via the web interface, or submitting records with ODK or geoODK.
See screenshot:
The text was updated successfully, but these errors were encountered:
I think this is acceptable behavior. If you disallow this, you would be rejecting perfectly fine text like "Adolfo Suárez Madrid-Barajas Airport", "Guinea-Bissau", and "Olivia Newton-John".
I think this is acceptable behavior. If you disallow this, you would be rejecting perfectly fine text like "Adolfo Suárez Madrid-Barajas Airport", "Guinea-Bissau", and "Olivia Newton-John".
Steps to reproduce the error
Related with #1619
Plus (+), minus (-) and other signs (<, >, etc) are allowed in text fields when these are not at the begging of the field. For instance, the following text strings are rejected:
"-asdf"
"+asdf"
"++++asdf"
But these other ones are accepted:
"text+++text"
"text+----text"
This behaviour is the same when adding or editing a field via the web interface, or submitting records with ODK or geoODK.
See screenshot:
![screen shot 2017-07-05 at 16 22 06](https://user-images.githubusercontent.com/17198051/27870382-031167a0-61a3-11e7-86f1-594d630bd8c1.png)
The text was updated successfully, but these errors were encountered: