Answers for "how to select option value with placeholder select2 with witdh"

3

select2 placeholder

$(".js-example-placeholder-single").select2({
    placeholder: "Select a state",
    allowClear: true
});
Posted by: Guest on April-16-2020

Code answers related to "how to select option value with placeholder select2 with witdh"

Code answers related to "Javascript"

Browse Popular Code Answers by Language