-
Notifications
You must be signed in to change notification settings - Fork 22
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
Import array of values (for enum-multi) #1610
Comments
🎉 This issue has been resolved in version 3.17.0-master.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.17.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
With the latest changes to the import feature, this functionality has been removed/not migrated. |
For properties of type configurable-enum array (multi-select) an import for values from CSV is not yet supported. This would be useful to have.
One approach could be to allow a comma-separated string that is parsed into an array during import.
The text was updated successfully, but these errors were encountered: