Skip to content

Commit efbc096

Browse files
Update README.md
1 parent 27d3616 commit efbc096

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ Store fetched models for additional functionality.
160160

161161
```PHP
162162
->storeResults()
163+
```
164+
165+
Now you can access the results in `afterStateUpdated`
166+
167+
```php
163168
->afterStateUpdated(function ($state, SelectTree $component) {
164169
$component->getResults()
165170
}),
@@ -213,9 +218,9 @@ Please review [our security policy](../../security/policy) on how to report secu
213218

214219
## Credits
215220

216-
- [CodeWithDennis](https://github.com/CodeWithDennis)
217-
- [Dipson88](https://github.com/dipson88/treeselectjs)
218-
- [All Contributors](../../contributors)
221+
- [CodeWithDennis](https://github.com/CodeWithDennis)
222+
- [Dipson88](https://github.com/dipson88/treeselectjs)
223+
- [All Contributors](../../contributors)
219224

220225
## License
221226

0 commit comments

Comments
 (0)