You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
betsol/ng-intl-tel-input cannot be used with jQuery v3 and later.
Some functions in dependency intl-tel-input v7.1.1 - 8* are not compatible with jQuery version 3 and above. This is because the original intl-tel-input library uses deprecated function $(window).load(function() { ... }); in versions v7.1.1 - 8* instead of its newer counterpart, $(window).on('load', function() { ... });
This has been fixed in v9 ^ of intl-tel-input.
If permitting, updating the bower.json file for betsol/ng-intl-tel-input to specify v9 intl-tel-input would solve this problem.
The text was updated successfully, but these errors were encountered:
betsol/ng-intl-tel-input cannot be used with jQuery v3 and later.
Some functions in dependency intl-tel-input v7.1.1 - 8* are not compatible with jQuery version 3 and above. This is because the original intl-tel-input library uses deprecated function
$(window).load(function() { ... });
in versions v7.1.1 - 8* instead of its newer counterpart,$(window).on('load', function() { ... });
This has been fixed in v9 ^ of intl-tel-input.
If permitting, updating the bower.json file for betsol/ng-intl-tel-input to specify v9 intl-tel-input would solve this problem.
The text was updated successfully, but these errors were encountered: