mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
93.81k stars 32.25k forks source link

Password Field? #373

Closed DylanPiercey closed 9 years ago

DylanPiercey commented 9 years ago

Is there an option for textfields to be passwords/masked?

WRidder commented 9 years ago

Sure, use type="password". Check https://github.com/WRidder/react-spa/blob/9045d5976e94d2950f201699155fd086c922d620/src/components/user/login.jsx to see an example.

hai-cea commented 9 years ago

Thanks @WRidder