accept change suggested by @benmccann

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/8260/head
James Scott-Brown 4 years ago committed by GitHub
parent 498a4d2ad8
commit 9825039462
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. The bound variable is an array with an entry containing the `value` property of each selected `<option>`. 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 ```sv
<select multiple bind:value={fillings}> <select multiple bind:value={fillings}>

Loading…
Cancel
Save