PHP Classes

File: public/asset/vendor/select2/docs/pages/03.configuration/docs.md

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/select2/docs/pages/03.configuration/docs.md   Download  
File: public/asset/vendor/select2/docs/pages/03.configuration/docs.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 255 bytes
 

Contents

Class file image Download

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