universal-dashboard icon indicating copy to clipboard operation
universal-dashboard copied to clipboard

Icon not working on New-UDSelectOption

Open augiaugi opened this issue 5 years ago • 2 comments
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

augiaugi avatar Dec 17 '19 17:12 augiaugi

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

augiaugi avatar Dec 17 '19 17:12 augiaugi

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

dtnyc9005 avatar Jan 15 '21 14:01 dtnyc9005