ng-bootstrap-form-validation icon indicating copy to clipboard operation
ng-bootstrap-form-validation copied to clipboard

[QUESTION] How can i get requiredLength attribute of Validators.minLength when i format error message

Open pepe19000 opened this issue 6 years ago • 0 comments

ErrorMessage[] => [{ error: "minLength",
format: (label, error) => minLengthFormat(label, error) }]

export function minLengthFormat(label: string, error: any): string {
return error; //<- HERE }

pepe19000 avatar Dec 12 '19 12:12 pepe19000