componentdocumentationgood first issuepriority:HIGH
倉庫指標
- 星標
- (85 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Describe the problem
The multiple-selection code example in Chip.md has two errors:
filter.namecalled on aString(String has no.nameproperty)- Assignment to
unionSelectedwhich is never declared (the variable isselectedFilters)
Describe the solution
Fix both lines:
text = filter,
selectedFilters = if (selected) selectedFilters - filter else selectedFilters + filter
Additional context
Priority: High. Effort: XS.