mirror of https://github.com/sveltejs/svelte
parent
1fe0152dd4
commit
f88895e955
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: allow `bind:this` with dynamic type on inputs
|
@ -0,0 +1 @@
|
||||
[]
|
@ -0,0 +1,6 @@
|
||||
<script>
|
||||
let foo;
|
||||
let inputType;
|
||||
</script>
|
||||
|
||||
<input bind:this={foo} type={inputType}>
|
Loading…
Reference in new issue