Basic Usage
Available Methods
Sets the available options.
Use native HTML5 select (default is true).
Makes the select searchable.
Allows multiple selections.
Configures the select to work with Eloquent relationships.
Customizes how search results are retrieved.
Customizes how option labels are displayed for single select.
Customizes how option labels are displayed for multi-select.
Customizes option labels from Eloquent records.
Preloads options when the page loads.
Allows reordering multi-select options.
Adds a form to create new options.
Customizes how new options are created.
Adds a form to edit the selected option.
Creates a boolean select with Yes/No options.
Allows HTML in option labels.
Controls whether option labels wrap or truncate.
Controls whether the placeholder can be selected.
Disables specific options.
Limits the number of options displayed.
Sets a custom loading message.
Sets a custom no results message.
Sets a custom search prompt.
Sets the search debounce in milliseconds.
Adds text before the select.
Adds text after the select.
Sets minimum number of items for multi-select.
Sets maximum number of items for multi-select.
Sets pivot data for BelongsToMany relationships.