1 Matching Annotations
- Nov 2020
-
github.com github.com
-
What bothers me most from Svelte: <!-- I want to bind the value of this custom input just like I would bind to normal input --> <input bind:value="query" /> <!-- works --> <search-input bind:value="query" /> <!-- doesn't work :/ -->
I think this works in current Svelte
-