We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07576ea commit 0e4e052Copy full SHA for 0e4e052
ui/js/dfv/src/pods-dfv.js
@@ -606,7 +606,7 @@ window.PodsDFV = {
606
* @param {int|null} itemId Object ID. (Optional.)
607
* @param {int|null} formCounter Form index. (Optional.)
608
*
609
- * @return {Object.<string, string[]>} Returns field names as keys and arrays of validation messages as values.
+ * @return {Object.<string, string[]>|undefined} Returns field names as keys and arrays of validation messages as values, or undefined if not found.
610
*/
611
getValidationMessages( pod = null, itemId = null, formCounter = null ) {
612
const form = this.detectForm(
0 commit comments