Support pre-filling long field
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user