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

'validate-on': 'submit' #3

Open
donnygunawan93 opened this issue Jul 21, 2015 · 6 comments
Open

'validate-on': 'submit' #3

donnygunawan93 opened this issue Jul 21, 2015 · 6 comments

Comments

@donnygunawan93
Copy link

'validate-on': 'submit'

any option for this? just submit?

thx ^_^

@hueitan
Copy link

hueitan commented Jul 22, 2015

Glad hearing from you @donnygunawan93 .

Nudge @thetutlage

@thetutlage
Copy link
Owner

@donnygunawan93 I believe 'validate-on': 'submit' is already there ?

@hueitan
Copy link

hueitan commented Jul 22, 2015

var Author = {
    globals: {
        'validations': 'required',
        'validate-on': 'submit',
        'messages':{
            'required': {
                'error':'We need it',
                'success': 'All good'
            }
        }
    },
    firstname: {
    },
    url:{
        'validations': 'required,url'
    }
};

@thetutlage
Copy link
Owner

@hueitan
Copy link

hueitan commented Jul 22, 2015

👍

@donnygunawan93
Copy link
Author

oh yeah, thx ^_^

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

No branches or pull requests

3 participants