Frontmatter
| id | 4855 |
| title | tree.Accordion: more than one iconCls in store break when update |
| state | Closed |
| labels | bug |
| assignees | Dinkh |
| createdAt | Sep 6, 2023, 4:28 PM |
| updatedAt | Sep 11, 2023, 9:51 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4855 |
| author | pensuwan-k |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 11, 2023, 9:51 AM |
tree.Accordion: more than one iconCls in store break when update
tobiu assigned to @Dinkh on Sep 8, 2023, 1:07 PM

tobiu
Sep 8, 2023, 1:07 PM
@Dinkh can you take care about this one? i suggest using an array of strings for iconCls and just spread it in. would be consistent then to other implementations.

Dinkh
Sep 11, 2023, 9:51 AM
Fixed
Dinkh closed this issue on Sep 11, 2023, 9:51 AM
When create the accordion item with more than one class in iconCls ('icon1' -> work) ('icon1 icon2'-> doesn't work) And the update the iconCls in the store it's break with this error.