diff --git a/Widgets/NSearchableComboBox.qml b/Widgets/NSearchableComboBox.qml index a9a578f42..7d662278c 100644 --- a/Widgets/NSearchableComboBox.qml +++ b/Widgets/NSearchableComboBox.qml @@ -173,6 +173,7 @@ RowLayout { // Search input NTextInput { id: searchInput + inputIconName: "search" Layout.fillWidth: true placeholderText: root.searchPlaceholder text: root.searchText