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

[RFR] Fix double asterix on required RadioButtonGroupInput #2417

Merged
merged 1 commit into from
Oct 11, 2018

Conversation

fzaninotto
Copy link
Member

Closes #2395

Incidentally, this bug teaught me that material-ui now handles the required label at the FormControl level. We'll have to use that in the future.

@@ -132,17 +132,11 @@ export class RadioButtonGroupInput extends Component {
return (
<FormControl
component="fieldset"
required={isRequired}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FieldTitle already handles that (see line 144)

@djhi djhi merged commit c27a25c into master Oct 11, 2018
@djhi djhi deleted the fix-radiobuttongroupinput-required-label branch October 11, 2018 16:17
@fzaninotto fzaninotto added this to the 2.3.4 milestone Oct 11, 2018
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.

None yet

2 participants