Pro Pack
Docs HomeProduct SiteSupport
  • Introduction
  • Installation
  • Chart.js
    • Configuration
    • Data Binding
    • Data Labels
  • Dataset Filter Labels
    • Installation
    • Configuration
    • Data Binding
  • DataTables
    • Configuration
    • Data Binding
    • Events
    • Methods
  • Date Range Picker
    • Configuration
    • Data Binding
    • Methods
  • iCheck
    • List
      • Configuration
      • Data Binding
      • Events
    • Filter
      • Configuration
      • Data Binding
  • Select2
    • Configuration
    • Data Binding
    • Events
    • Methods
  • Sparklines
    • Installation
    • Configuration
    • Data Binding
  • Toastr
    • Configuration
  • Web Frameworks
Powered by GitBook
On this page

Was this helpful?

  1. Select2

Events

PreviousData BindingNextMethods

Last updated 3 years ago

Was this helpful?

Select2 for WireBootstrap extends the class. As such, it inherits all its base events.

The following events are added to Select2 for WireBootstrap.

Name

Description

select(config)

Raised when a value is selected in the component passing the standard WireBootstrap .

const select = new wire.select2().render("#select", {
    ...
    events: {
        select: (config) => {
            ...
        }    
    }
});
wire.ui.component
user event data