We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mui
5.x
When defining a property with an enum, e.g.:
enum
{ "schema": { "type": "object", "definitions": { "status": { "enum": ["active", "cancelled", "completed", "inactive", "pending"] } }, "properties": { // --- SNIP --- "status": { "type": ["string", "null"], "$ref": "#/definitions/status" }, // --- SNIP --- } }, "uiSchema": { // --- SNIP --- } }
Null values are still not accepted, see:
Null
No response
Latest everything.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
What theme are you using?
mui
Version
5.x
Current Behavior
When defining a property with an
enum
, e.g.:Null
values are still not accepted, see:Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: