JsFormValidatorBundle icon indicating copy to clipboard operation
JsFormValidatorBundle copied to clipboard

Textarea Not empty constraints not checked correctly

Open rrajkomar opened this issue 9 years ago • 0 comments

The not blank constraitn check should trim the value before cheking if it's empty. Currently a textarea filled with empty spaces will be evaluated to a not empty value when it should be evaluated as an empty value

rrajkomar avatar Jan 08 '17 15:01 rrajkomar