File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments