Skip to content

Commit

Permalink
Merge forwardport of #11254 to 2.3-develop branch
Browse files Browse the repository at this point in the history
Applied pull request patch https://github.com/magento/magento2/pull/11254.patch (created by @romainruaud) based on commit(s):
  1. 43cfc74

Fixed GitHub Issues in 2.3-develop branch:
  - #10317: Region is being overridden when changing from a required-state country to one that is not required (reported by @nei)
  • Loading branch information
magento-engcom-team authored Jan 23, 2018
2 parents ba46794 + c739ef6 commit d5067cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ define([
regionInput.removeClass('required-entry');
}

regionList.removeClass('required-entry').hide();
regionList.removeClass('required-entry').prop('disabled', 'disabled').hide();
regionInput.show();
label.attr('for', regionInput.attr('id'));
}
Expand Down

0 comments on commit d5067cf

Please sign in to comment.