Skip to content

Commit 26f68fc

Browse files
Update README.md
1 parent 8c343f9 commit 26f68fc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ You can install the package via composer:
1515
composer require codewithdennis/filament-select-tree
1616
```
1717

18-
## Usage
18+
## Features
19+
- ✅ Compatible with dark mode
20+
- ✅ Featuring search functionality
21+
- ❌ Multi-select (Coming soon)
1922

20-
At the moment, it only works with fields that accept single values.
23+
## Usage
2124

2225
```PHP
2326
use CodeWithDennis\FilamentSelectTree\SelectTree;
@@ -44,10 +47,6 @@ SelectTree::make('category_id')
4447
// The tree is disabled. (You can also use: ->disabledOn(''))
4548
->disabled(),
4649
```
47-
## Video
48-
49-
https://github.com/CodeWithDennis/filament-select-tree/assets/23448484/8d49374c-4cf4-4dfc-bddd-0e917518d1f1
50-
5150

5251
## Changelog
5352

0 commit comments

Comments
 (0)