Password eye hide and view icon

how to add the eye icon in frappe

you have to do that manually, using js .

Can you give any suggestion or reference bro

@Gudapati_Ramesh try this . you can create a custom script to run the js , or write direct in server side , you have to find the id of the password input , add the eye using js and then add the toggle code .

Can you share the reference Link?. I am not able to view any link. Thanks !

Password field get encrypted so the value isn’t actually there on document at all. You’ll have to call document.get_password server side to actually fetch the value.