mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 05:50:20 +00:00
Merge pull request #6016 from vincentw56/master
decorateElement renamed to decorateInputElement
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ interface KnockoutValidationConfiguration {
|
||||
insertMessages?: boolean;
|
||||
parseInputAttributes?: boolean;
|
||||
writeInputAttributes?: boolean;
|
||||
decorateElement?: boolean;
|
||||
decorateInputElement?: boolean;
|
||||
errorClass?: string;
|
||||
errorElementClass?: string;
|
||||
errorMessageClass?: string;
|
||||
|
||||
Reference in New Issue
Block a user