binding icon indicating copy to clipboard operation
binding copied to clipboard

binding.Form don't show any errors

Open tofindme opened this issue 3 years ago • 0 comments

func mapForm(formStruct reflect.Value, form map[string][]string, formfile map[string][]*multipart.FileHeader, errors Errors)

the last param is not a pointer,so if has errors,it don't get work

tofindme avatar Dec 30 '21 07:12 tofindme