The dropdown is not working (when clicking, nothing happens) on iPod and iPad. (maybe also on iPhone but I don't have one to test). It is working fine on desktop and on Android.
Edit:
Seems to work if you add the css style cursor:pointer to your dropdown element.
So probably not a bug of this library, more a general Apple bug or maybe faulty working click events is just an Apple feature. Anyway, with adding cursor:pointer it works.
If someone else has the same problem as me I hope they will easily find this 'solution'.
The dropdown is not working (when clicking, nothing happens) on iPod and iPad. (maybe also on iPhone but I don't have one to test). It is working fine on desktop and on Android.
Edit: Seems to work if you add the css style cursor:pointer to your dropdown element. So probably not a bug of this library, more a general Apple bug or maybe faulty working click events is just an Apple feature. Anyway, with adding cursor:pointer it works.
If someone else has the same problem as me I hope they will easily find this 'solution'.