We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4623b2e commit 82d4c65Copy full SHA for 82d4c65
1 file changed
templates/splitpayments/index.html
@@ -34,15 +34,15 @@ <h5 class="text-subtitle1 q-my-none">Target Wallets</h5>
34
<q-input
35
dense
36
outlined
37
- v-model="target.alias"
+ v-model.trim="target.alias"
38
label="Alias"
39
:hint="t === targets.length - 1 ? 'A name to identify this target wallet locally.' : undefined"
40
style="width: 150px"
41
></q-input>
42
43
44
45
- v-model="target.wallet"
+ v-model.trim="target.wallet"
46
label="Target"
47
hint="A wallet ID, invoice key, LNURLp or Lightning Address."
48
option-label="name"
0 commit comments