ironmansoftware / universal-dashboard

Build beautiful websites with PowerShell.
https://universaldashboard.io
GNU Lesser General Public License v3.0
449 stars 83 forks source link

Icon not working on New-UDSelectOption #1391

Open augiaugi opened 4 years ago

augiaugi commented 4 years ago

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

augiaugi commented 4 years ago

https://forums.universaldashboard.io/t/icon-not-working-on-new-udselectoption/1814

dtnyc9005 commented 3 years ago

Running into the same issue, code is not displaying any images when parameters are specified.