Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 3e44b13

Browse files
committed
Fix typo
1 parent 05d9b93 commit 3e44b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/selects/custom-select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ should provide an array of keyed arrays for each option, or you can even pass in
4343
]" />
4444

4545
<!-- using models -->
46-
<x-custom-select :options="[\App\Models\User::get(['id', 'name'])]" value-key="id" text-key="name" />
46+
<x-custom-select :options="[\App\Models\User::get(['id', 'name'])]" value-field="id" text-field="name" />
4747
```
4848

4949
### Option Values & Text

0 commit comments

Comments
 (0)