Setting error message in html with knockout validation
问题 I would like to use knockout-validation by only adding validation rules in HTML5, which works great: http://jsfiddle.net/gt228dgm/1/ I would then like to change the default error messages generated by the browser (like "This field is required." or "Invalid"). This is pretty easily done in javascript code, But I believe this kind of texts should go into the HTML. Is that possible and how? I guess I'm looking for something like: <input data-bind='value: firstName, validate: { message: "Please