@thecb/components 10.9.0-beta.1 → 10.9.0-beta.2

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/index.cjs.js CHANGED
@@ -40922,8 +40922,9 @@ var AddressForm = function AddressForm(_ref) {
40922
40922
  dataQa: "State or Province",
40923
40923
  isRequired: true
40924
40924
  }), /*#__PURE__*/React__default.createElement(FormInput$1, {
40925
- isNum: isUS,
40926
- formatter: isUS ? zipFormat : null,
40925
+ isNum: isUS
40926
+ // formatter={isUS ? zipFormat : null}
40927
+ ,
40927
40928
  labelTextWhenNoError: "Zip code",
40928
40929
  errorMessages: zipErrorMessages,
40929
40930
  field: fields.zip,