-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
This one is kinda gnarly, but unfortunately it's still valid svelte syntax & would expect the indentation to still be tracked & kept
0.23.4
<div>
<div>
{#if input}
{@render input({
value: ref.query,
oninput: handleInput,
onkeydown: handleKeydown,
placeholder,
})}
{:else}
<!-- ... -->
{/if}
</div>
</div>0.25.3
<div>
<div class="picker-input">
{#if input}
{@render input({
value: ref.query,
oninput: handleInput,
onkeydown: handleKeydown,
placeholder,
})}
{:else}
<!-- ... -->
{/if}
</div>
</div>Metadata
Metadata
Assignees
Labels
No labels