Skip to content

Commit

Permalink
⏫ 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 committed Jan 23, 2018
1 parent 8e77e2f commit c739ef6
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 c739ef6

Please sign in to comment.