ultimate-jekyll-manager 0.0.161 → 0.0.162
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -367,10 +367,11 @@ export class FormManager {
|
|
|
367
367
|
return;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
|
-
// Skip if field is not in current input group (respects setInputGroup filter)
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
370
|
+
// // Skip if field is not in current input group (respects setInputGroup filter)
|
|
371
|
+
// UPDATE: THIS BROKE SOME THINGS
|
|
372
|
+
// if (!this._isFieldInGroup($field)) {
|
|
373
|
+
// return;
|
|
374
|
+
// }
|
|
374
375
|
|
|
375
376
|
// Skip if already has an error (from previous validation)
|
|
376
377
|
if (this._fieldErrors[name]) {
|