vtfuture / BForms

Bootstrap Forms for ASP.NET MVC
MIT License
62 stars 33 forks source link

Password Info not Avaliabled when set in Code-Behind #237

Open meister-d opened 9 years ago

meister-d commented 9 years ago

Hi Bforms Team, i noticed that when i set a Password in the code Behind the Password is not shown if i am in editable Mode. I noticed the same behaviour also in your example http://bforms.veritech.io/Demo/UserProfile. After switching in Edit mode i would expect, that the Password Field should be filled with some black Dots, and that when I submit the Form I do not have to reenter the Password Information... Is it somehow possible to achive such a behaviour?

Regards meister-d