universal-dashboard
universal-dashboard copied to clipboard
Icon not working on New-UDSelectOption
trafficstars
Describe the Issue
No icon is shown in my New-UDSelectOption -Icon
To Reproduce
see script
Expected behavior
select dropdown is showing the icon
Script Sample
New-UDSelect -Label 'Select' -Option {
New-UDSelectOption -Name "Start" -Value 'start' -Icon 'play'
New-UDSelectOption -Name "Delete" -Value 'delete' -Icon 'trash_alt'
}
Version Information
- Operating System: Windows 10
- PowerShell Version: 5.1.17763.771
- Universal Dashboard Version: 2.8.0
- UD Hosting Method: Powershell
https://forums.universaldashboard.io/t/icon-not-working-on-new-udselectoption/1814
Running into the same issue, code is not displaying any images when parameters are specified.