@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.esm.js CHANGED
@@ -40914,8 +40914,9 @@ var AddressForm = function AddressForm(_ref) {
40914
40914
  dataQa: "State or Province",
40915
40915
  isRequired: true
40916
40916
  }), /*#__PURE__*/React.createElement(FormInput$1, {
40917
- isNum: isUS,
40918
- formatter: isUS ? zipFormat : null,
40917
+ isNum: isUS
40918
+ // formatter={isUS ? zipFormat : null}
40919
+ ,
40919
40920
  labelTextWhenNoError: "Zip code",
40920
40921
  errorMessages: zipErrorMessages,
40921
40922
  field: fields.zip,