components
components copied to clipboard
fix(checkbox): clear name from host node
Currently we forward the name attribute from the host node to the underlying input, however we leave the name on the host node intact. This can throw off functions like document.getElementsByName or the By.name Protractor selector.