Password behavior in textField

Is there in TVML a way to have the textField in a formTemplate behave as a password field (so that when the user types the password is shown as *****)?

Thanks.

CPG

Nevermind, found out you just need to add the secure=“true” attribute to the textField tag.