- Issue created by @samberry
If help text or description set on the autocomplete field then we get this error:
Uncaught TypeError: Cannot read properties of undefined (reading 'trim')
Which seems to be due to an expectation in the module that the next element after the div with the autocomplete-deluxe-container class to be the div with the autocomplete-deluxe-value-container class. But if we add some help text it is in fact the help text that is shown after the autocomplete-deluxe-container.
I have updated the js to explicitly check for the autocomplete-deluxe-value-container and also hide the second repeated description that is shown if it exists.
Active
2.1
Code (miscellaneous)