Download the PHP package techouse/select-auto-complete without Composer
On this page you can find all versions of the php package techouse/select-auto-complete. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download techouse/select-auto-complete
More information about techouse/select-auto-complete
Files in techouse/select-auto-complete
Download techouse/select-auto-complete
More information about techouse/select-auto-complete
Files in techouse/select-auto-complete
Vendor techouse
Package select-auto-complete
Short Description An auto-completing Laravel Nova search field.
License MIT
Package select-auto-complete
Short Description An auto-completing Laravel Nova search field.
License MIT
Please rate this library. Is it a good library?
Informations about the package select-auto-complete
Select Auto-Complete
An auto-completing Laravel Nova search field.
Provides a capability of auto-completed searching for results inside a select input field.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
Usage
The API is extends Nova's default Select
Field by adding these additional options:
- default - OPTIONAL - Set the default value in case of an empty field. Default is
null
. - maxResults - OPTIONAL - Number of results to show at a time. Has to be a positive integer. Default is
30
. - maxHeight - OPTIONAL - Height of select dropdown list. Default is
220px
. - displayUsingLabels - OPTIONAL - List only the labels of the options list. Default is disabled and displays keys and labels.
- placeholder - OPTIONAL - Use a custom placeholder.
Simply use SelectAutoComplete
class instead of Select
directly or alias it like the example below so you won't have to refactor too much existing code.
All versions of select-auto-complete with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
illuminate/support Version ^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0
laravel/nova Version *
illuminate/support Version ^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0
laravel/nova Version *
The package techouse/select-auto-complete contains the following files
Loading the files please wait ....