Support pre-filling long field

This commit is contained in:
Ian Gulliver
2024-12-02 22:29:01 -08:00
parent eb8b820cb9
commit 695e947e4c
2 changed files with 8 additions and 2 deletions

View File

@@ -297,7 +297,7 @@ document.addEventListener('DOMContentLoaded', async () => {
<sl-icon id="short-icon" name="type" slot="suffix"></sl-icon>
</sl-input>
<sl-input id="long" label="⟶" type="url">
<sl-input id="long" value="{{ .long }}" label="⟶" type="url">
<sl-icon id="long-icon" name="type" slot="suffix"></sl-icon>
</sl-input>