Skip to content

Commit 8a207f5

Browse files
committed
selectByMouse set to true for TextFields.
1 parent d8cedf3 commit 8a207f5

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Import/Esri/ArcGISRuntime/Toolkit/Controls/CppApi/CoordinateConversion.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ Item {
280280
coordinateConvController.convertNotation(text);
281281
editCoordinateButton.checked = false;
282282
}
283+
selectByMouse: true
283284
}
284285

285286
Button {

Import/Esri/ArcGISRuntime/Toolkit/Dialogs/ClientCertificateView.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ Rectangle {
380380
width: parent.width
381381
placeholderText: qsTr("password")
382382
echoMode: TextInput.Password
383+
selectByMouse: true
383384
}
384385

385386
Row {

Import/Esri/ArcGISRuntime/Toolkit/Dialogs/UserCredentialsView.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ Rectangle {
197197
placeholderText: qsTr("username")
198198
placeholderTextColor: "darkgray"
199199
color: "black"
200+
selectByMouse: true
200201
}
201202

202203
TextField {
@@ -208,6 +209,7 @@ Rectangle {
208209
placeholderTextColor: "darkgray"
209210
echoMode: TextInput.Password
210211
color: "black"
212+
selectByMouse: true
211213
}
212214

213215
Button {

0 commit comments

Comments
 (0)