-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
question ❔Further information is requestedFurther information is requested
Description
Question
New-PodeWebContainer has the -hide parameter but how do you show a hidden container.
I have this code.
New-PodeWebContainer -id 'logreport-container' -Hide -Content @(...
And I am trying to show the container on a PodeWebEvent.
New-PodeWebSelect -Name 'BatchId' -DisplayName 'Batch ID: ' -CssClass 'vertical-select' -CssStyle @{'Width' = '100px'} -ScriptBlock {
...
} | Register-PodeWebEvent -type Change -ScriptBlock {
Show-PodeWebComponent -Id 'logreport-container'
...
}
The container never shows.
Metadata
Metadata
Assignees
Labels
question ❔Further information is requestedFurther information is requested