ThomasKeil/pimcore-plugin-DynamicDropdown

Autocomplete does not work

Closed this issue · 8 comments

I've just updated from Pimcore 3.1.1 to 4.3.1 and also updated the DynamicDropdown-Plugin to current version for Pimcore 4. Everything seems fine except the autocompletion does not work (ExtJS 6, new interface). When typing a text into the field the field gets blank. When drop down is open the cursor jumps to the top position

I just commited some fixes - could you please check if it now works as expected?

No, it doesn't work. Same bug as before

Please see attached video, hope this makes it more clearer :)

bug-pimcore-dynamicdropdown.zip

Thanks for the video!

I can see the issue, and can reproduce it - but currently I have no idea how to fix it.
Please be a little patient...

Maybe you can have a look at the Pimcore module for the country selection. I think it is similar, regarding the ExtJS6 component

@TechSigns
I think I found the reason for that, the "mode" parameter for comboboxes got renamed to "queryMode", thus the combobox reload the whole time.
Setting it to "queryMode" should fix this issue - can you confirm that?

I've just tested the fix and can confirm that the autocomplete now works as expected! Thank you very much

Great, thanks for your feedback.