Skip to content

v0.2.3

Latest
Compare
Choose a tag to compare
@timshell timshell released this 30 Aug 18:27
c752b33

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
});