0.0.33 forms
This commit is contained in:
@@ -96,7 +96,8 @@ function selectCountry(el, callback) {
|
||||
$input.dataset.name = country_data.full_name;
|
||||
$input.dataset.id = country_data.id;
|
||||
|
||||
closeSelectCountry(el)
|
||||
closeSelectCountry(el);
|
||||
resetFieldError(el);
|
||||
}
|
||||
|
||||
function resetCountrySelect(el, callback) {
|
||||
|
||||
Reference in New Issue
Block a user