insin / react-maskedinput

Masked <input/> React component
http://insin.github.io/react-maskedinput/
MIT License
731 stars 197 forks source link

[Question] Support react-lite #73

Closed alexeybondarenko closed 7 years ago

alexeybondarenko commented 8 years ago

I've tried to use masked-input with react-lite, but it not works because masked-input uses internal react modules. It'is possible to implement masked input without lib/ReactInputSelection access?

https://github.com/Lucifier129/react-lite/issues/81

iamdustan commented 8 years ago

Oi! This is using react-internals? :grimacing:

That definitely needs to be rectified...

jquense commented 8 years ago

i have a hand written version at: https://github.com/jquense/react-widgets/blob/master/src/util/caret.js i'm sure there are also like 1351356 other options on npm. so Yeha it should be easy enough to not rely on the internals

alexeybondarenko commented 8 years ago

74 I've made PR