Knockout-Validation
Knockout-Validation copied to clipboard
Showing validation message on popup
Hello All,
Is there a way to display the error message on a pop-up right next to where the validation failed, rather than showing them separately elsewhere?
You can display an error message wherever you like using the validationMessage
binding (described here)
You'll need to sort out the popup yourself though!