We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab75548 commit bf849beCopy full SHA for bf849be
src/lib/components/workflow/workflow-advanced-search.svelte
@@ -49,7 +49,8 @@
49
50
<div class="flex-items-center flex grow gap-4">
51
<div class="flex h-12 w-full items-center gap-0" in:fade>
52
- <div
+ <form
53
+ on:submit|preventDefault={onSearch}
54
class="relative flex h-12 w-full items-center gap-0"
55
in:fly={{ x: -100, duration: 150 }}
56
>
@@ -68,10 +69,10 @@
68
69
variant="primary"
70
class="h-10"
71
unroundLeft
- on:click={onSearch}
72
+ type="submit"
73
74
Search
75
</Button>
- </div>
76
+ </form>
77
</div>
78
0 commit comments