Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit c30ab28

Browse files
committed
Update README.md
1 parent 91326d9 commit c30ab28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ $countries = [
151151
<x-form-select name="country_code" :options="$countries" />
152152
```
153153

154-
If you want a select where multiple options can be selected, add the `multiple` attribute to the element. If you specify a default, make sure it is an array. This applies to bound targets as well.
154+
If you want a select element where multiple options can be selected, add the `multiple` attribute to the element. If you specify a default, make sure it is an array. This applies to bound targets as well.
155155

156156
```blade
157157
<x-form-select name="country_code" :options="$countries" multiple :default="['be', 'nl']" />

0 commit comments

Comments
 (0)