I've a SelectField with a list of options in my schema.
One item can be null and if it's null it's crashing.
It seams that the field don't support a null value.
It's a bit painful because if a property is not required it's logical that this property is null.
I've create an example in CodeSandbox for you : https://codesandbox.io/s/pkq11l9zk7.
Do you have an idea how to manage this use case ?