Open m1aw opened 2 weeks ago
Latest commit: 652245917702c5ff79d51ae27c8c236ad72fc0e3
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Path | Size |
---|---|
UMD | 99.47 KB (+0.06% đē) |
Auto | 106.31 KB (+0.07% đē) |
ESM - Core | 24.6 KB (0%) |
ESM - Core + Card | 61.46 KB (+0.13% đē) |
ESM - Core + Dropin with Card | 65.91 KB (-0.09% đŊ) |
Size Change: +129 B (+0.02%)
Total Size: 768 kB
Filename | Size | Change |
---|---|---|
packages/lib/dist/es-legacy/components/internal/Address/components/CountryField.js |
912 B | +10 B (+1.11%) |
packages/lib/dist/es-legacy/components/internal/Address/components/FieldContainer.js |
760 B | +1 B (+0.13%) |
packages/lib/dist/es-legacy/components/internal/Address/components/StateField.js |
590 B | +9 B (+1.55%) |
packages/lib/dist/es-legacy/components/internal/FormFields/Select/components/SelectButton.js |
1.27 kB | +11 B (+0.87%) |
packages/lib/dist/es-legacy/components/internal/FormFields/Select/Select.js |
1.54 kB | +7 B (+0.46%) |
packages/lib/dist/es/components/internal/Address/components/CountryField.js |
629 B | +10 B (+1.62%) |
packages/lib/dist/es/components/internal/Address/components/FieldContainer.js |
726 B | +2 B (+0.28%) |
packages/lib/dist/es/components/internal/Address/components/StateField.js |
590 B | +9 B (+1.55%) |
packages/lib/dist/es/components/internal/FormFields/Select/components/SelectButton.js |
856 B | +9 B (+1.06%) |
packages/lib/dist/es/components/internal/FormFields/Select/Select.js |
1.53 kB | +9 B (+0.59%) |
packages/lib/dist/umd/adyen.js |
125 kB | +52 B (+0.04%) |
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
92.3% Coverage on New Code
0.0% Duplication on New Code
Summary
Fix bug where Country field and State field where not showing the correct
required
attribute.The bug was due to never actually passing the required attribute to these fields.
Tested scenarios
Fixed issue: