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

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
@@ -49061,8 +49061,9 @@ var PhoneForm = function PhoneForm(_ref) {
49061
49061
  errorMessages: phoneErrorMessage,
49062
49062
  field: fields.phone,
49063
49063
  fieldActions: actions.fields.phone,
49064
- showErrors: showErrors,
49065
- formatter: createFormat(phoneFormats, formatDelimiter),
49064
+ showErrors: showErrors
49065
+ // formatter={createFormat(phoneFormats, formatDelimiter)}
49066
+ ,
49066
49067
  onKeyUp: function onKeyUp(e) {
49067
49068
  return e.key === "Enter" && handleSubmit(e);
49068
49069
  },