feat: Add placeholder text to balance address ComboBox

Co-authored-by: Khushboo-dev-cpp <60327365+Khushboo-dev-cpp@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-02-18 12:46:37 +00:00
parent 4d085111f1
commit ef5dbbe29c

View File

@ -56,6 +56,7 @@ ColumnLayout {
editable: true
model: knownAddresses
font.pixelSize: Theme.typography.secondaryText
placeholderText: qsTr("Select or enter wallet address (64 hex chars)")
onActivated: function(index) {
if (index >= 0 && index < knownAddresses.length)
currentText = knownAddresses[index]