docs: clarify bindings for <select multiple>

pull/8260/head
James Scott-Brown 4 years ago committed by GitHub
parent 82d2982845
commit 498a4d2ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -663,7 +663,7 @@ A `<select>` value binding corresponds to the `value` property on the selected `
---
A `<select multiple>` element behaves similarly to a checkbox group.
A `<select multiple>` element behaves similarly to a checkbox group. The bound variable is an array with an entry containing the `value` property of each selected `<option>`.
```sv
<select multiple bind:value={fillings}>

Loading…
Cancel
Save