Updates an element's innerHTML when the source value changes
innerHTML
bindHtml(source, `#blah`); Copy
bindHtml(source, `#blah`);
Uses bindElement, with {elField:'innerHTML'} as the options.
{elField:'innerHTML'}
Updates an element's
innerHTMLwhen the source value changesUses bindElement, with
{elField:'innerHTML'}as the options.