Replace text with stars (*) in html with directives in angularjs
问题 I need a textarea control with mask able property, if the textarea is mask able then the text should appear as stars instead of actual text. I can have any no of textareas in my form, So i can't save actual text in other variable and save the stars or dots for actual textarea. Can somebody help me to solve this issue? 回答1: As others have already pointed out, it's not possible and should not be done . But here is something which you should give a try. If you really want to achieve it, you'll