Skip to content

Commit

Permalink
Disable region list when switching to a region optional country.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainruaud committed Oct 6, 2017
1 parent 9db4501 commit 43cfc74
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 43cfc74

Please sign in to comment.