GwtMaterialDesign / gwt-material

A Google Material Design wrapper for GWT
https://gwtmaterialdesign.github.io/gmd-core-demo/
Apache License 2.0
411 stars 124 forks source link

Password TextBox Missing #49

Closed jeffgnpc closed 9 years ago

jeffgnpc commented 9 years ago

Create a password TextBox that has * instead of characters.

jkubiszewski commented 9 years ago
<m:MaterialTextBox type="password" />
jeffgnpc commented 9 years ago

Please update your login demo to have this change.

kevzlou7979 commented 9 years ago

Hi,

You can now check the demo http://gwt-material.appspot.com/#showcase and source code here https://github.com/kevzlou7979/GWTMaterialDesign/blob/master/gwt.material.design.demo/src/gwt/material/design/demo/client/showcase/MaterialLogin.ui.xml

Regards, GWT Material Design Team