filament-select-tree icon indicating copy to clipboard operation
filament-select-tree copied to clipboard

The multi-level select field lets you pick one or multiple options from a list that is neatly organized into different levels.

Results 7 filament-select-tree issues
Sort by recently updated
recently updated
newest added

### What happened? **In this case, only the last SelectTree save on create and edit page** ### How to reproduce the bug I have two types of category and need...

bug

### What happened? When the SelectTree field is used within a sortable Repeater a duplication behaviour happens. Have a look at the video attached: https://github.com/CodeWithDennis/filament-select-tree/assets/4540118/e4de4930-f73a-420e-8133-a81a3c7198d8 ### How to reproduce the...

bug
help wanted
confirmed

### What happened? Attaching the video [Screencast from 01-08-24 12:26:03 PM IST.webm](https://github.com/user-attachments/assets/fe4e0344-4840-4287-9d67-8569f73c9b19) ### How to reproduce the bug `SelectTree::make('permission_id') ->label('Permissions') ->live() ->relationship('permissions', 'name','parent_id', function ($query) { return $query->where('status', true); },function...

bug

Fixes #124 #141 Replaced `ax-` attributes with `x-` to align with updated component standards. Adjusted loading behavior to include new event trigger and rewrote CSS and script loading attributes for...

### What happened? I have a select tree that, after updating to version 3.1.49, doesn't show the current value when editing a resource. It works fine for creating or editing...

bug

Sorry and apologies for the problem. This is definitely a Livewire bug, and I looked at how the Filament team solves it. Here is a fix and a video with...

Currently, the plugin relies heavily on custom CSS or classes for its styling. It would be more effective to adopt FilamentPHP styling (classes), similar to that of the Select component....

help wanted