File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 40
40
color: Theme .color .neutral9
41
41
placeholderTextColor: Theme .color .neutral7
42
42
background: Item {}
43
+ selectByMouse: true
43
44
onTextEdited: root .textEdited ()
44
45
}
45
46
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ Page {
107
107
placeholderText: " 0.00000000"
108
108
text: request .amount
109
109
enabled: false
110
+ selectByMouse: true
110
111
onTextChanged: {
111
112
bitcoinAmountText .text = bitcoinAmount .sanitize (bitcoinAmountText .text )
112
113
}
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ PageStack {
89
89
placeholderTextColor: Theme .color .neutral7
90
90
background: Item {}
91
91
placeholderText: " 0.00000000"
92
+ selectByMouse: true
92
93
onTextEdited: {
93
94
amountInput .text = bitcoinAmount .sanitize (amountInput .text )
94
95
}
You can’t perform that action at this time.
0 commit comments