-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Cloudinary select fields break other Relationship fields when using select: true #3848
Comments
Here's what I've found so far: Making any selections in the Relationship field calls
This loop executes once for each select field on the page when the model is initially loaded, which doesn't thrown an error, and again when a selection is made in any |
following from the fix by LiquidHelium in his commit 'Don't cache relationship options', a similar change to the Changing:
to:
fixes the issue. Creating a pull request for the change. |
fixes Cloudinary select fields break other Relationship fields when using select: true (#3848)
Should be fixed by #3849 |
…am/v0.3.x into release/two-language-main-vi * commit 'c38b366c7b1bf01448c8ece7c36e1bb6eb195186': (63 commits) fixes Cloudinary select fields break other Relationship fields when using select: true (keystonejs#3848) Don't cache relationship options fix linter errors, I'm a little OCD implement fix to determine whether input param is string or object and act accordingly to set q value Fix keystonejs#3207 Removing hardcoded keystone references in the API 0.3.22 Update CHANGELOG Fix relationship inital display Allow local connections without forcing SSL Let's Encrypt support Fix to prevent the use of regex matching when applying an "exact" filter through the Keystone admin ui Convert req strings to number where needed keystonejs#3011 | Fix Date format option bug v0.3.21 Updating changelog Only setting pretty local when it is undefined, ref keystonejs#2614 v0.3.20 Updating changelog keystonejs#3030 | fix Date unit tests ... # Conflicts: # fields/types/boolean/BooleanField.js # index.js
Steps to reproduce the behavior
Expected behavior
The value you are trying to select should now populate the Relationship field
Actual behavior
The dropdown menu stays open and freezes without making the selection
The text was updated successfully, but these errors were encountered: