Back






Create a simple select with AvalynxSelect. The selects are responsive and will be displayed in a row on larger screens.

Source of exampleCopy to clipboard


document.addEventListener('DOMContentLoaded', () => {
    const avalynxSelect2 = new AvalynxSelect('avalynx-select-2', {
        scrollItems: 5,
        liveSearch: true
    });
});
	
AvalynxSelect on GitHub Avalynx on GitHub