How to change the icon of createOptionForm icon on select field ?
User Text instead of icon like Add new candidate rather than + icon
Solution:Jump to solution
Solved:
```php
->createOptionAction(
function (Action $action) {
$action->icon(null);...
2 Replies
This is how to change
icon
maybe you can experiment others like label
Solution
Solved: