Fixed Duplicate attribute: data-xf-init & type="password"

Quy Ton

Member
Affected version
2.1.0
Is it an issue to have data-xf-init listed twice?

HTML:
        <textarea rows="1" name="title"
            data-xf-init="textarea-handler" data-single-line="true"
            class="input js-titleInput "
            autocomplete="off"
             maxlength="150" placeholder="Please report your bugs here" title="Post a new thread in this forum" data-xf-init="tooltip"></textarea>


type="password"
HTML:
    <input type="password" name="6ce07607e7a4ea2a2f1c779d2ccfd56dcacc6d3d" value=""
        class="input js-password input--passwordHideShow"  type="password" autocomplete="off" required="required" checkstrength="true" id="_xfUid-5-1552265102" />
 
Last edited:
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.1).

Change log:
Do not duplicate the data-xf-init attribute on the prefix_input template.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom