Icon not working on New-UDSelectOption

No icon is shown in my New-UDSelectOption -Icon … is this a bug or just an issue on my side?

New-UDSelect -Label 'Select' -Option {
   New-UDSelectOption -Name "Start" -Value 'start' -Icon 'play'
   New-UDSelectOption -Name "Delete" -Value 'delete' -Icon 'trash_alt'
}

@adam @BoSen29
Hi, as nobody answered I can get some help directly from you … Thanks

1 Like

I bet it’s a bug. Please file an issue.

done - https://github.com/ironmansoftware/universal-dashboard/issues/1391

It’s passed from the powershell side, but not handled by the javascript.

1 Like

@BoSen29 Another closed issue for your list :wink:

1 Like