@gitlab/ui 114.7.0 → 114.8.0

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.
@@ -162,6 +162,10 @@ var script = {
162
162
  },
163
163
  onFieldValidationUpdate(fieldName, invalidFeedback) {
164
164
  this.fieldValidations = setObjectProperty(this.fieldValidations, fieldName, invalidFeedback);
165
+ this.$emit('field-validation', {
166
+ fieldName,
167
+ ...this.fieldValidationProps[fieldName]
168
+ });
165
169
  },
166
170
  onFieldBlur(fieldName) {
167
171
  this.setFieldDirty(fieldName);