No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

docs.md 255B


title: Configuration taxonomy:

category: docs

To configure custom options when you initialize Select2, simply pass an object in your call to .select2():

$('.js-example-basic-single').select2({
  placeholder: 'Select an option'
});