Bug Use of <xf:passwordbox> within <xf:option>

There is a bug in this version
D

digitalpoint

Guest
If you use a <xf:passwordbox> tag within a <xf:eek:ption> tag, the CSS for the passwordbox gets mucked a bit. It looks like this (see the 2 password box input fields there)... the Show text is slightly out of alignment and more noticeable, the icon for that Show/Hide toggle is definitely not in the right place.

1651166801502.png

It can be worked around by adding this to named template:

Code:

Code:
<xf:comment>Fix for xf:passwordbox within .inputChoices</xf:comment>
<xf:css>
.inputChoices >...

Read more

Continue reading...