Download the PHP package borjajimnz/text-input-autocomplete without Composer
On this page you can find all versions of the php package borjajimnz/text-input-autocomplete. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download borjajimnz/text-input-autocomplete
More information about borjajimnz/text-input-autocomplete
Files in borjajimnz/text-input-autocomplete
Package text-input-autocomplete
Short Description Filamentphp TextInput with Autocomplete feature
License MIT
Homepage https://github.com/borjajimnz/text-input-autocomplete
Informations about the package text-input-autocomplete
FilamentPHP TextInput Field with Autocomplete feature
This package replaces the native <datalist>
functionality with a custom, non-native autocomplete for the TextInput component in FilamentPHP 3, offering enhanced flexibility and customization options.
Installation
You can install the package via composer:
Usage
By default, we will use a non-native datalist. If you want to use the native one, simply add ->datalistNative()
.
Use the Tab key to navigate through the available options in the datalist, or move around using the Up and Down arrow keys.
These are all the options available to configure your field, if needed.
Or if you want to use the native datalist with a custom ID.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of text-input-autocomplete with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0