We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This prevention should be placed in ajax modifier, I guess.
bem-forms/common.blocks/form/_has-validation/form_has-validation.browser.js
Line 31 in 6ea4b06
The text was updated successfully, but these errors were encountered:
It is necessary;( we need validate fields before submit or diff actions. What do you mean in ajax modifier? @zxqfox can you write example?
Sorry, something went wrong.
@zxqfox ping
@awinogradov pong ^.^
// in code: field.validate().then(); // in validate: return $.ajax('/check').then(res => res.ok === true);
No branches or pull requests
This prevention should be placed in ajax modifier, I guess.
bem-forms/common.blocks/form/_has-validation/form_has-validation.browser.js
Line 31 in 6ea4b06
The text was updated successfully, but these errors were encountered: