You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I use select2 to populate a dropdown box from the database, then the value selected populate a second dropdown that is dependent on what is selected in the first one.
but with 7.04 and up, the dropdown box is empty and it asks to enter 2 characters. But in previous version, it would show all the items it would find in the database, it's like it's not loading values from the database until you enter chars now
Exception & Traceback
Code Snippet
Please provide us with a code example on how to reproduce the error.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
Hi @kinwolfqc thanks for reaching out. If you check out the release notes, you will see, that we fixed a bug in 7.0.4 that previously had the data-minimum-input-length set to 0. This was wrong it should have been set to 2. This is the change you are seeing now. If you want the old behavior back, you can simply overwrite the default to 0:
Describe the bug
I use select2 to populate a dropdown box from the database, then the value selected populate a second dropdown that is dependent on what is selected in the first one.
Up to v7.03 the widget worked fine with this code
but with 7.04 and up, the dropdown box is empty and it asks to enter 2 characters. But in previous version, it would show all the items it would find in the database, it's like it's not loading values from the database until you enter chars now
Exception & Traceback
Code Snippet
Please provide us with a code example on how to reproduce the error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: