Closed dtylman closed 8 years ago
Setting a mask character for when editing a view.
v.Mask="*"
If set and view is Editable, displays the mask instead of the real content.
Added this to enable building views for forms that includes password retrieval.
LGTM :+1:
Merged in 65dfdbf77aa83b6ef34716f98216d425c4f30b4b. I also added an example at https://github.com/jroimartin/gocui/blob/master/_examples/mask.go.
Thanks! :)
BTW @dtylman sorry for the LATE response...
Setting a mask character for when editing a view.
If set and view is Editable, displays the mask instead of the real content.
Added this to enable building views for forms that includes password retrieval.