@linzjs/lui 16.4.0 → 16.5.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.
package/dist/lui.esm.js CHANGED
@@ -1346,7 +1346,7 @@ var LuiBearingFormikInput = function (props) {
1346
1346
  }
1347
1347
  return (React__default.createElement(React__default.Fragment, null,
1348
1348
  React__default.createElement(Field, { name: props.name, validate: validateBearing }, function (renderProps) {
1349
- return (React__default.createElement(LuiBearingInput, __assign({ name: props.name }, renderProps.field, { validationError: getIn(ctx === null || ctx === void 0 ? void 0 : ctx.errors, props.name), required: true, onValidate: onValidate, inputProps: props.inputProps })));
1349
+ return (React__default.createElement(LuiBearingInput, __assign({ name: props.name }, renderProps.field, { validationError: getIn(ctx === null || ctx === void 0 ? void 0 : ctx.errors, props.name), required: true, onValidate: onValidate, inputProps: props.inputProps, preferValidationError: props.preferValidationError })));
1350
1350
  })));
1351
1351
  };
1352
1352