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 was very useful. Here's a type definition I created, not sure what the best way to contribute this would be:
declare namespace MicrosoftJQueryUnobtrusiveValidation { interface Validator { parseDynamicContent: (selector: any) => void; unparseContent: (selector: any) => void; syncValidators: (selector: any) => void; } }
... For this to work, you would need to correct the spelling on syncValidators which has a typo in your version.
Great work and thanks a lot!
The text was updated successfully, but these errors were encountered:
Hello.
Thank you. You can create PR if you want.
Sorry, something went wrong.
No branches or pull requests
This was very useful. Here's a type definition I created, not sure what the best way to contribute this would be:
declare namespace MicrosoftJQueryUnobtrusiveValidation {
interface Validator {
parseDynamicContent: (selector: any) => void;
unparseContent: (selector: any) => void;
syncValidators: (selector: any) => void;
}
}
... For this to work, you would need to correct the spelling on syncValidators which has a typo in your version.
Great work and thanks a lot!
The text was updated successfully, but these errors were encountered: