mirror of
https://github.com/logos-blockchain/logos-blockchain-ui.git
synced 2026-04-01 08:53:06 +00:00
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:
parent
4d085111f1
commit
ef5dbbe29c
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user