Schema inherits FancyValidator.strip but does not honor it. This forces people to set strip=True on every subvalidator. Surrounding whitespace is rarely desired, so the default should be True for both Schema and FancyValidator.
So are you proposing that Schema strip values before sending into sub validator? Sounds like it might be useful. I might be willing to make that change in the next version of FormEncode.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So are you proposing that Schema strip values before sending into sub validator? Sounds like it might be useful. I might be willing to make that change in the next version of FormEncode.