Custom dropdown component that defaults to native select elements on touch devices.
npm install @odopod/odo-dropdown --save
import OdoDropdown from '@odopod/odo-dropdown';
const dropdown = new OdoDropdown(document.getElementById('my-dropdown'));
Visit the Odo component directory for demos, code examples, and documentation.