@thecb/components 9.0.7-beta.0 → 9.0.7-beta.1
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
|
@@ -48371,7 +48371,7 @@ var PhoneForm = function PhoneForm(_ref) {
|
|
|
48371
48371
|
onKeyUp: function onKeyUp(e) {
|
|
48372
48372
|
return e.key === "Enter" && handleSubmit(e);
|
|
48373
48373
|
},
|
|
48374
|
-
autocompleteValue: "tel",
|
|
48374
|
+
autocompleteValue: "tel-national",
|
|
48375
48375
|
dataQa: "Phone number",
|
|
48376
48376
|
isNum: true
|
|
48377
48377
|
}), showWalletCheckbox && /*#__PURE__*/React.createElement(Checkbox$1, {
|