interactive-card icon indicating copy to clipboard operation
interactive-card copied to clipboard

Number length & 4digit spacer not working

Open JaleesaLLC opened this issue 4 years ago • 3 comments

Thank you all for this amazing work, this is exactly what I'm looking for.

After downloading the code, immediately I noticed while I'm typing:

  • the 4digit spacer not working.
  • the typing not locking after reaching 16 digits.

here is a live code: https://livewire.jaleesa.net/pay

I spend around 3 hours trying to fix without luck, I even took an exact copy from here https://cdpn.io/JavaScriptJunkie/fullpage/YzzNGeR, and it's not working on my PC or even on the server.

Thank you

JaleesaLLC avatar Nov 04 '20 03:11 JaleesaLLC

is there any solution for this?

prabodhana avatar Dec 17 '20 05:12 prabodhana

Thank you all for this amazing work, this is exactly what I'm looking for.

After downloading the code, immediately I noticed while I'm typing:

* the 4digit spacer not working.

* the typing not locking after reaching 16 digits.

here is a live code: https://livewire.jaleesa.net/pay

I spend around 3 hours trying to fix without luck, I even took an exact copy from here https://cdpn.io/JavaScriptJunkie/fullpage/YzzNGeR, and it's not working on my PC or even on the server.

Thank you

founded a solution.. you need to install this package https://www.npmjs.com/package/v-mask

prabodhana avatar Dec 17 '20 06:12 prabodhana

THIS worked. We shouldn't just copy the code and paste it and use it as a package but since there was no documentation how to install this we just copied.

Thank you all for this amazing work, this is exactly what I'm looking for. After downloading the code, immediately I noticed while I'm typing:

* the 4digit spacer not working.

* the typing not locking after reaching 16 digits.

here is a live code: https://livewire.jaleesa.net/pay I spend around 3 hours trying to fix without luck, I even took an exact copy from here https://cdpn.io/JavaScriptJunkie/fullpage/YzzNGeR, and it's not working on my PC or even on the server. Thank you

founded a solution.. you need to install this package https://www.npmjs.com/package/v-mask

THIS worked. We shouldn't just copy the code and paste it and use it as a package but since there was no documentation how to install this we just copied. Thank you!

pvujic avatar Dec 22 '20 19:12 pvujic