Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Select Options do not display when using Select Groups in 2.5.x #942

Closed
timd19 opened this issue Jul 4, 2019 · 0 comments
Closed

Select Options do not display when using Select Groups in 2.5.x #942

timd19 opened this issue Jul 4, 2019 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@timd19
Copy link

timd19 commented Jul 4, 2019

I have the below UDSelect with 1 Group and 4 Options. With 2.5.x I can no longer see any of the options if I have them within a Select Group.

With Select Group - you can only see the Group Name
image

But if I remove the select group and have just the 4 options it works.

image

New-UDSelect -Id "selecttest" -Label "Service" -Option {
      New-UDSelectGroup -Name "Select Group" -Option {
            New-UDSelectOption -Name "1" -Value "1"
            New-UDSelectOption -Name "2" -Value "2"
            New-UDSelectOption -Name "3" -Value "3"
            New-UDSelectOption -Name "4" -Value "4"
        }
    } -OnChange {
        $Session:Select = $EventData
        Show-UDToast -Position topRight -Duration 5000 -HideCloseButton -TransitionIn bounceInDown -Balloon -BackgroundColor "#444444" -MessageColor "#FFFFFF" -TitleColor "#FFFFFF" -Icon info -IconColor "#F5F906" -Message "Keystone Service Selected!" -Title $Session:Select
    }
@adamdriscoll adamdriscoll added the bug Something isn't working label Jul 6, 2019
@adamdriscoll adamdriscoll added this to the 2.5.3 milestone Jul 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants