eugen257
eugen257
@Badgerati, I have many questions if I may. your creation is so versatile and unique. I like. Modal question - is it possible to show a window with only one...
Hi @Badgerati, Could you elaborate a bit or give an example. I would like to show/hide the password input line by checkbox. thanks a lot in advance. New-PodeWebTextbox -id "pass_id"...
Hi @Badgerati, it is working. Thanks a lot . Is there a way to hide (not show) the password string on boot?
Hi @Badgerati, I am getting the following error. What I don't understand. ``` Register-PodeWebPageEventInternal : The argument for the "Page" parameter cannot be validated. The argument is NULL. Provide a...
Hi @Badgerati, Thank you, everything is working
Hi @Badgerati, I hurried))) not everything works as it should. When "Textbox" is hidden, title, Helptext, Icon, PrependText are not hidden. The "Credential" form doesn't work either, it doesn't have...
Hi @Badgerati, it only affects the form itself: 
Hi @Badgerati, how can i filter by the content of 'Select' for example by typing in another 'textbox' or how can i organize it?
Hi @Badgerati, what's wrong? no user can see this page example: ``` #Login Enable-PodeSessionMiddleware -Secret 'stringisadatatype' -Duration 600 -Extend New-PodeAuthScheme -Form | Add-PodeAuthWindowsAd -Name 'Login' -Users @('testuser1','testuser2') -SuccessUseOrigin Set-PodeWebLoginPage -Authentication...
I have used Textbox in a Container and hide the Container completely. Problem solved. Thanks