Skip to content

Commit 82d4c65

Browse files
authored
feat: trim frontend values (#12)
1 parent 4623b2e commit 82d4c65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/splitpayments/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ <h5 class="text-subtitle1 q-my-none">Target Wallets</h5>
3434
<q-input
3535
dense
3636
outlined
37-
v-model="target.alias"
37+
v-model.trim="target.alias"
3838
label="Alias"
3939
:hint="t === targets.length - 1 ? 'A name to identify this target wallet locally.' : undefined"
4040
style="width: 150px"
4141
></q-input>
4242

4343
<q-input
4444
dense
45-
v-model="target.wallet"
45+
v-model.trim="target.wallet"
4646
label="Target"
4747
hint="A wallet ID, invoice key, LNURLp or Lightning Address."
4848
option-label="name"

0 commit comments

Comments
 (0)