Frontmatter
| id | 5222 |
| title | button.Base/component.Base: add a config to change spinner icon in isLoading state |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Feb 14, 2024, 10:56 AM |
| updatedAt | Feb 14, 2024, 11:17 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5222 |
| author | pensuwan-k |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 14, 2024, 11:17 AM |
button.Base/component.Base: add a config to change spinner icon in isLoading state
tobiu closed this issue on Feb 14, 2024, 11:17 AM
Currently if you set isLoading to true the spinner icon that is shown is always ['fa', 'fa-spinner', 'fa-spin']. (component.Base: afterSetIsLoading).
It would be nice to have a config which allows different icon cls to be use.