fleetcor-lwc 3.20.2 → 3.20.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/README.md CHANGED
@@ -1051,6 +1051,12 @@ You can override them as you wish by global css variables as priority.
1051
1051
  <details>
1052
1052
  <summary>Click to expand/collapse</summary>
1053
1053
 
1054
+ v.3.20.3
1055
+
1056
+ - Bug fix `flt-input-phone`
1057
+
1058
+ ---
1059
+
1054
1060
  v.3.20.2
1055
1061
 
1056
1062
  - Bug fix `flt-picklist`
@@ -235,5 +235,6 @@ export default class InputPhone extends UserDataValidator {
235
235
 
236
236
  handleBlur() {
237
237
  this.focused = false
238
+ this.reInitIMask();
238
239
  }
239
240
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetcor-lwc",
3
- "version": "3.20.2",
3
+ "version": "3.20.3",
4
4
  "description": "LWC framework by Fleetcor",
5
5
  "repository": {
6
6
  "type": "git",