-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TextCSV field type appears to be broken? #126
Comments
That failure is because $form->process doesn’t return a positive result On Mon, Oct 17, 2016 at 6:39 PM, Karen Etheridge [email protected]
|
ah, ok, I was thinking validation would happen with init_object as well, but that makes sense. If I just wrap the |
Changing t/fields/textcsv.t thusly:
results in test output:
Field inflation/deflation is really confusing, so I'm not sure what is going
wrong here -- and I'm not sure what TextCSV is expecting as an input value
when called as
$form->process(init_obj => ...)
vs$form->process($hash)
--does it want a string or a listref? I'm having difficulty getting anything
to validate.
The text was updated successfully, but these errors were encountered: