sanniassin / react-input-mask

Input masking component for React. Made with attention to UX.
MIT License
2.22k stars 257 forks source link

This library seems dead, suggestions? #268

Open eloydouglas opened 3 years ago

eloydouglas commented 3 years ago

Please leave libraries in the comments bellow, I've found imaskjs and ngx-mask.

ChrisCrossCrash commented 2 years ago

Alternatively, it would be nice if somebody could fork this repo and bring it up to date. (I hope @sanniassin doesn't mind me saying so, but it's been almost two years since the last commit). Please let us know if you do.

I gave it a shot, but I don't really have the time or skill level to get it working. Maybe somebody with more experience would have better luck.

Lokinorse commented 2 years ago

https://github.com/s-yadav/react-number-format

gilvaju commented 2 years ago

@ChrisCrossCrash we depend a lot on this package, and due to the delay and lack of feedback, we decided to fork.

https://github.com/comigotech/react-input-mask

Is there any way to get all the PR already made for this project and throw it into ours, or will we have to do everything manually?

Another point, in the name of the author of our fork project, we keep the name of the creator of the original package, correct?

ChrisCrossCrash commented 2 years ago

@gilvaju That's great! I will definitely be checking it out.

Is there any way to get all the PR already made for this project and throw it into ours, or will we have to do everything manually?

Unfortunately, that's the same issue I ran into. I think that the only way would be to do it manually.

Another point, in the name of the author of our fork project, we keep the name of the creator of the original package, correct?

I'm not a lawyer, but I suppose that the important thing would be to follow the terms of the open source license, which is MIT. I had some difficulty finding solid information about this exact circumstance (forking an MIT-licensed NPM repository), but here's an Open Source Stack Exchange question and answer that I found.

gilvaju commented 2 years ago

We have already managed to publish the package and are already using it directly.

I kept the credits and we linked to this same package