docs: clarify bindings for `<select multiple>` (#8260)

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/8295/head
James Scott-Brown 2 years ago committed by GitHub
parent d9253963f7
commit acba4b72e2
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 corresponding to the `value` property of each selected `<option>`.
```sv
<select multiple bind:value={fillings}>

Loading…
Cancel
Save