@hievilmath/browser-formidavim 1.5.5 → 1.5.7
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 +10 -0
- package/index.js +260 -258
- package/index.mjs +2436 -2427
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Quick notes about changes made to this package for each version.
|
|
4
4
|
|
|
5
|
+
## Version 1.5.7
|
|
6
|
+
- Prevent mobile keyboard from appearing on datepicker input
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Version 1.5.6
|
|
11
|
+
- Phone formatting CHAOS. Now just reset the input if a user deletes a digit.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
5
15
|
## Version 1.5.5
|
|
6
16
|
- Fix phone form radio input resetting phone validation
|
|
7
17
|
- Fix phone form radio input formatting when starting with 1
|