insin / react-maskedinput

Masked <input/> React component

Home Page:http://insin.github.io/react-maskedinput/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Support react-lite

alexeybondarenko opened this issue · comments

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?

Lucifier129/react-lite#81

Oi! This is using react-internals? 😬

That definitely needs to be rectified...

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

#74 I've made PR