-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
'select multiple' values not selected in api browser #3290
Labels
Milestone
Comments
leeahoward
changed the title
select multiple' values not selected in api browser
'select multiple' values not selected in api browser
Aug 18, 2015
Good catch - thanks! |
When using the 'in' operator we can get false positives it seems: |
This was referenced Mar 9, 2017
This was referenced Oct 16, 2017
I found in the latest version that I cannot deselect if there is only one option in the list... |
can you send an improvement request? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe that the issue is in the select_multiple templates.
I changed the '==' to 'in' and that seemed to fix it.
The text was updated successfully, but these errors were encountered: