soywod / react-pin-field

📟 React component for entering PIN codes.

Home Page:https://soywod.github.io/react-pin-field/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Material UI Text Field

prince272 opened this issue · comments

All the lib is based on the native input with native events, I'm afraid it would be too complicated to make them customizable. Plus I'm not sure to see which advantages you could get from replacing native inputs by a TextFields, could you explain a bit more your needs? If it is just about styling, you can use the className or the style props.