@hmcts/ccpay-web-component 5.0.2-beta97 → 5.0.2-beta98
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/bundles/hmcts-ccpay-web-component.umd.js +2 -1
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/lib/components/contact-details/contact-details.component.js +3 -2
- package/esm5/lib/components/contact-details/contact-details.component.js +3 -2
- package/fesm2015/hmcts-ccpay-web-component.js +2 -1
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +2 -1
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -3257,6 +3257,7 @@
|
|
|
3257
3257
|
*/
|
|
3258
3258
|
function (str) {
|
|
3259
3259
|
var _this = this;
|
|
3260
|
+
this.resetForm([false, false, false, false, false, false, false, false, false, false, false, false, false, false, false], 'all');
|
|
3260
3261
|
/** @type {?} */
|
|
3261
3262
|
var postcodeField = this.postCodeForm.controls.postcode;
|
|
3262
3263
|
if (this.postCodeForm.valid) {
|
|
@@ -3266,7 +3267,7 @@
|
|
|
3266
3267
|
* @return {?}
|
|
3267
3268
|
*/function (refundsNotification) {
|
|
3268
3269
|
_this.addressPostcodeList = refundsNotification['data']['results'];
|
|
3269
|
-
_this.isShowPickAddress =
|
|
3270
|
+
_this.isShowPickAddress = refundsNotification['data']['results'].length > 0;
|
|
3270
3271
|
})),
|
|
3271
3272
|
( /**
|
|
3272
3273
|
* @param {?} error
|