Skip to content

Commit

Permalink
MAGETWO-81019: Fix for #10317 Disable region list when switching to a…
Browse files Browse the repository at this point in the history
… region optional country. #11254
  • Loading branch information
vrann authored Oct 6, 2017
2 parents 6dec917 + 94f80fc commit d6f5b65
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 d6f5b65

Please sign in to comment.