iconic dropdown 'disables' any other dropdown on the same page?
Opened this issue · 0 comments
NB: I've not used Github before, so I apologise if this is not the right place for my problem.
Am I allowed to add code here?
I hoping iconic-dropdown can replace my current 'smart' select dropdown - called 'chosen' (this was deprecated in 2018 - it still works on desktop but not on a smartphone - the input field disappears i.e. nowhere to type anything.
-
I've used your demo.htm to test with and just added one extra dropdown before the iconic-dropdown. The iconic-dropdown works OK and displays the selected item. But the extra dropdown can't be used - on clicking on the down arrow to display the dropdown it displays a quick flash of the dropdown list, then immediately disappears - no chance to select anything.
-
I can see the original select list is 'hidden' and your iconic-dropdown replaces it and adds a class of 'selected' to the item picked. But I expected the dropdown.js to also update the hidden list with the same choice. So, how do I get the data-value of the iconic-dropdown selected back to my original select list ? I'm assuming some javascript is required ?
Thanks for any help you are able to give me.
brutykeUK