https://github.com/dev1an/listsbug
SwiftUI bug with lists and selections
https://github.com/dev1an/listsbug
Last synced: 8 months ago
JSON representation
SwiftUI bug with lists and selections
- Host: GitHub
- URL: https://github.com/dev1an/listsbug
- Owner: Dev1an
- Created: 2020-01-21T17:54:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T20:50:29.000Z (over 6 years ago)
- Last Synced: 2025-06-14T20:15:56.556Z (about 1 year ago)
- Language: Swift
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# List selection bug
**How to reproduce?**
1. Download this Xcode project
2. Run the macOS target.
3. Select element “20” from the left list
4. Select element “66” from the right list
5. Try to change the selection of the left list to “21” by clicking on it.
**Expected behavior**: left selection changes to [21]
**Actual behavior**: left selection changes to [20, 21]
