We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c343f9 commit 26f68fcCopy full SHA for 26f68fc
README.md
@@ -15,9 +15,12 @@ You can install the package via composer:
15
composer require codewithdennis/filament-select-tree
16
```
17
18
-## Usage
+## Features
19
+- ✅ Compatible with dark mode
20
+- ✅ Featuring search functionality
21
+- ❌ Multi-select (Coming soon)
22
-At the moment, it only works with fields that accept single values.
23
+## Usage
24
25
```PHP
26
use CodeWithDennis\FilamentSelectTree\SelectTree;
@@ -44,10 +47,6 @@ SelectTree::make('category_id')
44
47
// The tree is disabled. (You can also use: ->disabledOn(''))
45
48
->disabled(),
46
49
-## Video
-
-https://github.com/CodeWithDennis/filament-select-tree/assets/23448484/8d49374c-4cf4-4dfc-bddd-0e917518d1f1
50
51
52
## Changelog
53
0 commit comments