Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

opportunity to validate a specific field - #6

Open
drzhbe wants to merge 1 commit into
nathanpalmer:masterfrom
drzhbe:master
Open

opportunity to validate a specific field#6
drzhbe wants to merge 1 commit into
nathanpalmer:masterfrom
drzhbe:master

Conversation

@drzhbe

@drzhbe drzhbe commented Oct 8, 2012

Copy link
Copy Markdown

I had a model and needed to validate onBlur each field. But at existing situation the whole validatation of every field from the rules list runs on every blur.
Now we can validate only specified fields: this.model.validate('first');

I had a model and needed to validate onBlur each field. But at existing situation the whole validatation of every field from the rules list runs on every blur.
Now we can validate only specified fields: this.model.validate('first');
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant