Following snippet
<a href="#" class="ui label">
{{serviceCode}}
<i class="delete icon" role="button" {{on "click" this.removeServiceCode}}></i>
</a>
produces following template warning:
Do not use an element with `role="button"` inside an <a> element with the `href` attribute no-nested-interactive
How should I solve that?
Thx and best regards!
2 posts - 2 participants