diff --git a/src/core/json-schema-components.js b/src/core/json-schema-components.js index ac7e5605..78ea6962 100644 --- a/src/core/json-schema-components.js +++ b/src/core/json-schema-components.js @@ -210,7 +210,7 @@ export class JsonSchema_boolean extends Component { title={ errors.length ? errors : ""} value={ String(value) } allowedValues={ fromJS(schema.enum || ["true", "false"]) } - allowEmptyValue={ !this.props.required } + allowEmptyValue={ true } onChange={ this.onEnumChange }/>) } }