Default Select
No script
Default Multi Select
No script
SelectorJs single option - (No placeholder)
init script function: selector('.selector')
SelectorJs with single option - (Custom Placeholder)
init script function: selector('.selector2', { placeholder: 'Select 2' })
SelectorJs with multiple options - (No Placeholder)
init script function: selector('.selector3')
SelectorJs with multiple options - (Custom Placeholder)
init script function: selector('.selector4', { placeholder: 'Select 4' })
SelectorJs with ID - (No Placeholder)
init script function: selector('#custom_select')
Note: Elements should have different class names and they need to initialize separately
**Same class support and single common initialization will be added later**>
Github Repo Link: https://github.com/fazleyrabby/selectorjs.git