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

opportunity to validate a specific field #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

opportunity to validate a specific field #6

wants to merge 1 commit into from

Conversation

drzhbe
Copy link

@drzhbe drzhbe commented Oct 8, 2012

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