first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
window.addEventListener('load', function() {
|
||||
var $countryField = $($('.form-control.select2')[0]);
|
||||
if ($countryField && $countryField.hasClass('is-invalid')) {
|
||||
$('.select2-container').addClass('has-error');
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user