Is it possible to remove HTML tags from an input field's value attribute?
The input element is being dynamically generated by the CMS of the hosting platform, so the only way to remove the bold tags would be through executing a script.
<span id="kkkje30">
<input type="text" id="siF14" class="manFlPassw" value="<b>generated text</b>" maxlength="15">
</span>