Closed ahl-asg closed 5 months ago
Hi!
I have just looked a bit closer on @ahl-asg issue. The issue seems to only happen on multiple select.
As soon as I removed the multiple
tag on the select, the HTML seems to render okay.
And when I removed this.testPrelineSelect.innerHTML = '';
, the placeholder seems to render also.
To further update on the select, there also appears to be an issue where the selected value is not shown in the dropdown, ie the icon checkmark is never present.
toggleTag
Hi,
Please, remove toggleTag
, we don't provide custom toggleTag
for the multiple selects at the moment
Hi, I am trying to use the Advanced select, with dynamic values. But I encounter several issues.
Also, it does not appear there is any way to select an option when adding them, and there is no way to disable them either.
I can see when getting the values of the select, that it works, but the rendering showing the options and if they are selected or not, doesn't work.
This is my code to render.
And this is the html:
I have followed your updated documentation, but have so far been unable to make it work.