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.