Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(radio): host element unable to receive focus events #13956

Merged
merged 1 commit into from
Dec 7, 2018

Commits on Nov 9, 2018

  1. fix(radio): host element unable to receive focus events

    In angular#13323 we started clearing the `tabindex` from the `host` element in order to avoid having two elements with the same `tabindex` when the consumer sets a custom `tabindex`. As a result, the `mat-radio-button` can no longer receive focus and forward it to the `input`. These changes always reset the `tabindex` to -1 so the element is focusable, but not tabbable.
    
    Fixes angular#13953.
    crisbeto committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    3cf228d View commit details
    Browse the repository at this point in the history