We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Allow quick mailto href attribute data binding.
<a data-bind="mailto: myEmail, text: myEmail"></a>
will result in
<a href="mailto:mail@domain.com">mail@domain.com</a>
Email to set mailto in href attribute.
There was an error while loading. Please reload this page.