Greetings!
Is there a good way to hide a UDTextbox? I’m storing data in UDTextboxes so I can pass the data between Stepper steps but I don’t want the user to see them.
Thanks!
Product: PowerShell Universal
Version: 1.5.8
Greetings!
Is there a good way to hide a UDTextbox? I’m storing data in UDTextboxes so I can pass the data between Stepper steps but I don’t want the user to see them.
Thanks!
Product: PowerShell Universal
Version: 1.5.8
Hello again, I would personally use something like Set-UDElement
Interaction - PowerShell Universal
Or you could even use some basic CSS to set the display to none
not sure if in PU there is a hidden
state on the components or not, but CSS would most certainly work, you could use something like Universal Dashboard Marketplace - UniversalDashboard.Style to apply the style on certain component elements on the page…or you could just hold those values in the $session variable, instead of invisible text boxes. Hope this helps?