How to show/hide password in Ext.form.TextField
问题 could you please show me the solution to make the input text of password field show/hide when clicking another button?! I've tried to change the inputType property of that textfield, but it was rendered at that time so it didn't affect. Another way is create 2 textfields and visbile/invisible them, but I don't like do this, because it looks like cheating... Thank in advance. 回答1: Well this post is a little old, but I thought I'd answer it anyway. Maybe it will help someone else. You are