DropdownSelect
There is a new element called DropdownSelect
const dropdownSelect = new DropdownSelect({
id: 'country',
text: 'Select your country of residence',
options: ['United States', 'Canada', 'United Kingdom', 'Australia', 'Germany', 'France', 'Japan', 'Other'],
required: true
});