slow clap for firefox

pull/2206/head
Richard Harris 7 years ago
parent 591a363d88
commit 15445d7fec

@ -367,7 +367,7 @@ If the name matches the value, you can use a shorthand.
--- ---
Numeric input values are coerced; even though `input.value` is a string as far as the DOM is concerned, Svelte will treat it as a number. If the input is empty (in the case of `type="number"`), the value is `undefined`. Numeric input values are coerced; even though `input.value` is a string as far as the DOM is concerned, Svelte will treat it as a number. If the input is empty or invalid (in the case of `type="number"`), the value is `undefined`.
```html ```html
<input type="number" bind:value={num}> <input type="number" bind:value={num}>

Loading…
Cancel
Save