This JS code doesn't seem robust/stable at all:

$(this).val($('.form-field-secret-concealed input', $(this).parent().parent()).val());
$('.form-field-secret-concealed input', $(this).parent().parent()).val($(this).val());

Any changes in the theme function of text fields could break it (ex. With BH Bootstrap theme)

More proper selectors need to be given to make selection of the pair more robust.

Comments

khaled.zaidan’s picture

Assigned: Unassigned » khaled.zaidan
Status: Active » Closed (fixed)

Fixed in the new release.

khaled.zaidan’s picture

Issue summary: View changes

Changed the recommended solution.