query records

This commit is contained in:
2026-01-12 20:47:53 +02:00
parent 178b9309ec
commit 25d3b525f6
7 changed files with 109 additions and 32 deletions
@@ -18,12 +18,12 @@
</select>
</label>
<label>
Min characters
Min items
<input type="number" bind:value={field.props.min} />
</label>
<label>
Max characters
Max items
<input type="number" bind:value={field.props.max} />
</label>
</fieldset>