Do not show None

We do not want to show “None” as an option, how do we change this behavior with a oneOf control with options:autocomplete set to false?

Hi @kyle,

At the moment you need to implement a custom renderer. You can basically copy the code and remove the hard coded None option.

If you’d like we would also accept a contribution for this topic, for example to disable the None option via an UI Schema option, e.g. hideNoneEnumOption: true or forceEnumSelection: true. Note that the control should still show something sensible in case the attribute is not yet set in the data.