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
Describe the bug
An embedded resource with a field defined as an Array of Unions renders like this in Ash Admin:
To Reproduce
Setup a resource with a field that is an array of Union types.
Expected behavior
Another field containing list of non-union embedded types renders fine.
Presumably it's possible to have this render in some sensible default way despite the fact that each item could be different?
Runtime
The text was updated successfully, but these errors were encountered:
Yep! We can do this, just hasn't been implemented yet.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
An embedded resource with a field defined as an Array of Unions renders like this in Ash Admin:
To Reproduce
Setup a resource with a field that is an array of Union types.
Expected behavior
Another field containing list of non-union embedded types renders fine.
Presumably it's possible to have this render in some sensible default way despite the fact that each item could be different?
Runtime
The text was updated successfully, but these errors were encountered: