Coder Social home page Coder Social logo

Comments (3)

RobinHerbots avatar RobinHerbots commented on July 2, 2024

@b1rdex ,

I pushed v1.0.4-beta.4 which uses the latest inputmask.

from inputmask.phone.

b1rdex avatar b1rdex commented on July 2, 2024

@RobinHerbots there is v1.0.5 present: https://github.com/RobinHerbots/inputmask.phone/releases/tag/1.0.5 that's older

Could you please update deps and release 1.0.6?

from inputmask.phone.

Herz3h avatar Herz3h commented on July 2, 2024

Could you please update to inputmask v5?

Edit: I ended up doing: npm i https://github.com/RobinHerbots/inputmask.phone (this installs latest 1.0.6 beta which has inputmask v5 as a dependency), however after using following code:

const { default: Inputmask } = await import('inputmask/lib/inputmask');
await import('inputmask/lib/extensions/inputmask.extensions');
await import('inputmask.phone/dist/inputmask.phone.extensions.js');
await import('inputmask.phone/dist/phone-codes/phone');
new Inputmask({ alias: 'phone', 'clearIncomplete': true, 'removeMaskOnSubmit': true }).mask(repInput[0]);

It failed on this line saying: extendAliases is not a function

from inputmask.phone.

Related Issues (11)

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.