Giter VIP home page Giter VIP logo

Comments (6)

jackocnr avatar jackocnr commented on May 24, 2024 1

I'd say let's leave this open until it gets fixed, so people know πŸ‘

from intl-tel-input.

Nedimko123 avatar Nedimko123 commented on May 24, 2024

Using all the latest versions:
"@types/intl-tel-input": "^18.1.4",
"intl-tel-input": "^19.1.0",

from intl-tel-input.

jackocnr avatar jackocnr commented on May 24, 2024

I'm not familiar with that project, but here's a list of recent changes to help someone:

from intl-tel-input.

Nedimko123 avatar Nedimko123 commented on May 24, 2024

I thought you guys mantained this package https://www.npmjs.com/package/@types/intl-tel-input , guess not, ehh, well for anyone wondering there are some other options that aren't mentioned in the types

from intl-tel-input.

Shekhar-Zealous avatar Shekhar-Zealous commented on May 24, 2024

@jackocnr I am facing 1 issue with the latest version "intl-tel-input": "^19.2.12",.

While using the isValidNumber() method

cosnt iti = intlTelInput(input, {
	showFlags: true,
	separateDialCode: true,
	utilsScript: 'https://cdn.jsdelivr.net/npm/[email protected]/build/js/utils.js',
});

if(iti.isValidNumber()) {
   // Code block
}

the below erros appears in console:

Uncaught TypeError: intlTelInputUtils.isPossibleNumber is not a function at Iti2.isValidNumber 

Can you check the above and see what is the issue here.

from intl-tel-input.

jackocnr avatar jackocnr commented on May 24, 2024

@Shekhar-Zealous this is not the right place for asking unrelated questions, but to save time: you need to use the same (latest) version in the utilsScript argument as well.

from intl-tel-input.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.