mirror of https://github.com/sveltejs/svelte
2 lines
76 B
2 lines
76 B
8 years ago
|
<input ref:input>
|
||
|
<button on:click='refs.input.focus()'>focus input</button>
|