@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.cjs.js
CHANGED
|
@@ -49069,8 +49069,9 @@ var PhoneForm = function PhoneForm(_ref) {
|
|
|
49069
49069
|
errorMessages: phoneErrorMessage,
|
|
49070
49070
|
field: fields.phone,
|
|
49071
49071
|
fieldActions: actions.fields.phone,
|
|
49072
|
-
showErrors: showErrors
|
|
49073
|
-
formatter
|
|
49072
|
+
showErrors: showErrors
|
|
49073
|
+
// formatter={createFormat(phoneFormats, formatDelimiter)}
|
|
49074
|
+
,
|
|
49074
49075
|
onKeyUp: function onKeyUp(e) {
|
|
49075
49076
|
return e.key === "Enter" && handleSubmit(e);
|
|
49076
49077
|
},
|