Multiselect field that allows saving of multiple values at once. Multiselect options are filled the same way as the Dropdown field which is already in the core.
This project is useless with the release of Lunar 1.0 as field types will be handled differently in Filament. You can still use this package with older Lunar versions.
You can install the package via composer:
composer require dystcz/lunar-multiselect
Just require this package and the multiselect field will appear in the Lunar admin hub. It registers itself automatically.
- Find out how to solve the @wireUiScripts problem (where to include the script)
- Make select configurable with all its options
- Do not rely on WireUI for the multiselect component (can be used to skip first todo)
- Unit tests
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email jakub@dy.st instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.