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

Radio Buttons not tabbable #448

Open
jzhang300 opened this issue Aug 4, 2015 · 0 comments
Open

Radio Buttons not tabbable #448

jzhang300 opened this issue Aug 4, 2015 · 0 comments

Comments

@jzhang300
Copy link

The current implementation of the radio buttons can't be tabbed:
screen shot 2015-08-04 at 10 18 00 am

<input type="radio" name="dialog-template" id="pizza-radio" value="blah" class="base--radio">
<label for="pizza-radio" class="base--label radio-group--label">Order A Pizza Template</label>

<input type="radio" name="dialog-template" id="tech-support-radio" value="blah" class="base--radio">
<label for="tech-support-radio" class="base--label radio-group--label">Tech Support Template</label>

<input type="radio" name="dialog-template" id="movie-radio" value="blah" class="base--radio">
<label for="movie-radio" class="base--label radio-group--label">Movie Template</label>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant