TWebEdit as password field doesn't work in bootstrap

Hi,

Issue like in topic. Without bootstrap is ok but with bootstrap the PasswordChar doesn't work.
The repro project in attachment.

passwordedit.zip (1.6 MB)

It does not overrule the attributes in your template, so if you use a template HTML input add the attribute

type="PASSWORD"

ok ... thx