Problem
Suppose you want the user to enter a password of maximum 10 characters in length. When the user types the password the app will hide the real password by displaying # for each character typed. What is the best component to use in your app for taking the password and what are the values of different properties you need to set for that component?