We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d3ee3 commit 5a23924Copy full SHA for 5a23924
Sources/DropdownTextField/DropdownTextField.swift
@@ -219,6 +219,7 @@ public struct SearchableMenu: View {
219
}
220
.padding(.vertical, 4)
221
.background(index == 0 && !searchText.isEmpty ? accentColor : Color.clear)
222
+ .cornerRadius(8)
223
224
225
let trimmedSearch = searchText.trimmingCharacters(in: .whitespacesAndNewlines)
@@ -247,6 +248,7 @@ public struct SearchableMenu: View {
247
248
249
250
.background(accentColor)
251
252
253
} else if !addNew && searchText != "" && filteredOptions.isEmpty {
254
Text(noMatchText)
0 commit comments