Skip to content

Library not compatible with jQuery v3 ^ #24

@alexandria-p

Description

@alexandria-p

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions