This website works better with JavaScript.
Home
Explore
Help
Sign In
kornerr
/
check-ios-bus
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
d
main
Михаил Капелько
10 months ago
parent
1f501d8276
commit
cfe804522f
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
Modules/BusX/BusUI/src/BusUI.ManyTextField.swift
+ 6
- 1
Modules/BusX/BusUI/src/BusUI.ManyTextField.swift
View File
@@ -34,7 +34,12 @@ extension BusUI {
$v
.removeDuplicates()
.compactMap(onlyUIText)
.compactMap { .... + id? }
.compactMap { v in
if let id {
return "\(id):\(v)"
}
return v
}
.eraseToAnyPublisher(),
&subscriptions
)
Write
Preview
Loading…
Cancel
Save