Frontmatter
| id | 3510 |
| title | button.Base: beforeSetIconCls() => the logic breaks in case we add spaces |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Oct 2, 2022, 10:07 PM |
| updatedAt | Oct 2, 2022, 10:09 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3510 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 2, 2022, 10:09 PM |
e.g. inside
examples.tab.container.MainContainerwhen typing into theiconClsTextField => "fa ".this will get converted into
['fa', ''].we need to add a
Booleanfilter.i will also cleanup
afterSetIconCls().