-
Notifications
You must be signed in to change notification settings - Fork 15
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
SelectField don't support null type #75
Comments
Look on this example https://codesandbox.io/s/2wyj92lx5j I think this should resolve this use case. |
I've looked your example. But it doesn't work as expected, because of the following reasons :
I've create a new sandbox to demonstrate the bug correctly : That's what I need to do :
BUG : With the sandbox implementation I made, it's crashing when the category is null !!
Behavior needed :
|
@mprzodala or @wysher Any news about this issue ? |
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 ?
The text was updated successfully, but these errors were encountered: