nova-multiselect-field icon indicating copy to clipboard operation
nova-multiselect-field copied to clipboard

A Laravel Nova package that adds a multiselect to Nova's arsenal of fields.

Results 37 nova-multiselect-field issues
Sort by recently updated
recently updated
newest added

- input sty on right => .multiselect__tags need `flex-grow:1;` - border color need to be equal to nova input color ```css .input-class{ border-color: rgba(var(--colors-gray-300),var(--tw-border-opacity)); } .dark .input-class{ border-color: rgba(var(--colors-gray-700),var(--tw-border-opacity)); }...

is there a way to add select all option instead of selecting option by option

feature request

First of all, thank you for the wonderful package! When updating to Nova 4 I saw that the router code has not yet been updated in this package. Nova 4...

feature request
help wanted

UseCase: only pre-defined tags should be selectable no dynamic creation of tags should be possible as with https://novapackages.com/packages/spatie/nova-tags-field ```php // define type to select from $tagType = 'myType'; //(...) Multiselect::make(__("Tags"),...

tutorial

When using it as a pivot field in a BelongsToMany relation, how to store the values with a pivot attribute ? example : ``` public function mainSpecialty() { return $this->belongsToMany(Specialty::class)->wherePivot('is_main',...

feature request

Hi! In this point http://joxi.ru/8An8ERqcNkl3Om we have the same data between requests and memory leaks when we use Laravel Octane.

Sorry in advance as this isn't a issue, and more advice on the current limitiations of the project. I've been looking into using this for a project on nova, but...

Hello, Thank you for adding the ability to [overwrite the form tag field](https://github.com/outl1ne/nova-multiselect-field#overwriting-the-form-tag-field)! Would it be possible to pass additional option data? Specifically to use within the custom vue template?...

I have a use case that depends on a field and also calls an api endpoint to fetch options. My question is if I can display those options with their...

feature request