Closed DylanPiercey closed 9 years ago
Is there an option for textfields to be passwords/masked?
Sure, use type="password". Check https://github.com/WRidder/react-spa/blob/9045d5976e94d2950f201699155fd086c922d620/src/components/user/login.jsx to see an example.
type="password"
Thanks @WRidder
Is there an option for textfields to be passwords/masked?