Merge with 2.0.0-m3

This commit is contained in:
René Pfeuffer
2019-02-21 15:17:41 +01:00
8 changed files with 105 additions and 77 deletions

View File

@@ -22,8 +22,7 @@ class Radio extends React.Component<Props> {
render() {
return (
<div className="field is-grouped">
<div className="control">
<label className="radio" disabled={this.props.disabled}>
<input
type="radio"
@@ -36,8 +35,6 @@ class Radio extends React.Component<Props> {
{this.props.label}
{this.renderHelp()}
</label>
</div>
</div>
);
}
}