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 are not working #74

Merged
merged 1 commit into from
Aug 16, 2015
Merged

Conversation

bitshadow
Copy link
Contributor

Fixes #43

Looks like Material-ui api has been changed and there is no props named defaultChecked. Instead they are using <RadioButtonGroup/>to select the <RadioButton/>.
https://github.com/callemall/material-ui/blob/master/src/radio-button.jsx#L141

Changes:

  1. Use RadioButtonGroup
  2. Remove unused rawlist and move list inline.

@stefanbuck
Copy link
Member

It works fine but unless the choices attribute is an array, it will not work. It's a general problem so we should fix it for all affected prompt types. #75

stefanbuck added a commit that referenced this pull request Aug 16, 2015
Radio buttons are not working
@stefanbuck stefanbuck merged commit df84eb0 into yeoman:master Aug 16, 2015
revathskumar added a commit to revathskumar/yeoman-app that referenced this pull request Mar 28, 2016
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

Successfully merging this pull request may close these issues.

2 participants