vitonsky / react-elegant-ui

Elegant UI components, made by BEM best practices for react
https://vitonsky.github.io/react-elegant-ui/
Apache License 2.0
2 stars 0 forks source link

Don't override a `type` for text input #257

Closed vitonsky closed 10 months ago

vitonsky commented 1 year ago

Now we override type property, so we can't set type password

https://github.com/vitonsky/react-elegant-ui/blob/2edac42aa5698504cf6ba3e043519c7ea4f508c2/src/components/Textinput/Control/Textinput-Control.tsx#L34-L42