Skip to content
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

Validation for Reference field #255

Closed
lukemarsh opened this issue Jan 26, 2015 · 1 comment · Fixed by #435
Closed

Validation for Reference field #255

lukemarsh opened this issue Jan 26, 2015 · 1 comment · Fixed by #435

Comments

@lukemarsh
Copy link

I have a creationView which has a few fields and a Reference.

For fields I know you can write validation like this:

new Field('name')
.validation({ required: true})

But when I do the same for Reference, the error message only displays in a modal with the message "invalid form"

new Reference('status_id')
.label('Status')
.targetEntity(status)
.targetField(new Field('name').map(truncate))
.validation({required: true}),

How can I change this validation to include a message or add a class to the field when there in an error?

@fzaninotto
Copy link
Member

@manuquentin any clue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants