- 🇮🇳India hesnvabr
I am also facing the same issue for 3.2 version. After applying the #7 📌 Return the same content list after content type is changed Needs work patch issue still not resolved for me.
In cases where autocomplete input has .form-item
wrapper with additional class .form-autocomplete
we have an issue with autocomplete content list. After the content type is changed we receive the same content list in autocomplete field.
<div class="form-item ... form-autocomplete">
...
<input ... class="form-autocomplete ..." ...>
</div>
Search input.form-autocomplete
instead of .form-autocomplete
in the dynamic-entity-reference-widget.js
N/A
N/A
N/A
N/A
Needs work
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I am also facing the same issue for 3.2 version. After applying the #7 📌 Return the same content list after content type is changed Needs work patch issue still not resolved for me.