Skip to content

Commit b51b781

Browse files
Update README.md
1 parent 823d6cd commit b51b781

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ SelectTree::make('category_id')
4747
->disabledBranchNode()
4848
```
4949

50-
![disabledBranchNode](https://github.com/CodeWithDennis/filament-select-tree/assets/23448484/94de4d96-5f39-4633-8fdf-73156362d363)
51-
5250
```PHP
5351
// Show the count of children alongside the group's name.
5452
->withCount()
@@ -69,22 +67,16 @@ SelectTree::make('category_id')
6967
->clearable(false)
7068
```
7169

72-
![clearable](https://github.com/CodeWithDennis/filament-select-tree/assets/23448484/c7499110-86a7-4177-8853-c21739473c77)
73-
7470
```php
7571
// Enable the option to save multiple values as a string (comma-separated)
7672
->multiple()
7773
```
7874

79-
![multiple](https://github.com/CodeWithDennis/filament-select-tree/assets/23448484/6970676d-1c8e-48fd-8af3-4301a984b976)
80-
8175
```PHP
8276
// Activates the search functionality for the SelectTree.
8377
->searchable()
8478
```
8579

86-
![searchable](https://github.com/CodeWithDennis/filament-select-tree/assets/23448484/5dbab5cb-a895-4f6a-af7c-16520400a902)
87-
8880
```PHP
8981
// The tree is disabled. (You can also use: ->disabledOn(''))
9082
->disabled(),

0 commit comments

Comments
 (0)