mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
8c2d2115b0
Moreover: - reset search box for AssetSelector on close - fix highlight when Asset/Token selector reset - storybook pages/tests adjusted
10 lines
159 B
QML
10 lines
159 B
QML
import QtQuick 2.15
|
|
|
|
import StatusQ.Controls 0.1
|
|
|
|
StatusInput {
|
|
placeholderText: qsTr("Search")
|
|
input.asset.name: "search"
|
|
input.clearable: true
|
|
}
|