Describe the Bug
CodeEditor doesn't show up on Tab layout.
Vertical space is allocated.
Steps To Reproduce
Steps to reproduce the behavior:
New-PodeWebTabs -Tabs @(
New-PodeWebTab -Name UpdateXML -DisplayName "Update XML" -Layouts @(
New-PodeWebCodeEditor -Name "EditBOMUpdate" -Value "Whatever"
Expected Behavior
CodeEditor should be visable
Platform
- OS: Windows Server 2019 Standard
- Browser: Edge Version 130.0.2849.46
- Versions:
- Pode: v2.9.0
- Pode.Web: v0.8.3
- PowerShell: v7.4.5
Additional Context
Looks like I posted about this in the discord on 4/13/2024
At that time, I noted it having to do the display:none in CSS.
I noticed this again today when testing CodeEditor as a workaround for #638
Describe the Bug
CodeEditor doesn't show up on Tab layout.
Vertical space is allocated.
Steps To Reproduce
Steps to reproduce the behavior:
New-PodeWebTabs -Tabs @(
New-PodeWebTab -Name UpdateXML -DisplayName "Update XML" -Layouts @(
New-PodeWebCodeEditor -Name "EditBOMUpdate" -Value "Whatever"
Expected Behavior
CodeEditor should be visable
Platform
Additional Context
Looks like I posted about this in the discord on 4/13/2024
At that time, I noted it having to do the display:none in CSS.
I noticed this again today when testing CodeEditor as a workaround for #638