Badgerati / Pode.Web

Web template framework for use with the Pode PowerShell web server
MIT License
189 stars 24 forks source link

Adds -HideName for all input elements; Adds Pre/Append Icon/Text for Select and Textarea #593

Closed Badgerati closed 3 months ago

Badgerati commented 3 months ago

Description of the Change

Examples

New-PodeWebTextbox -Name 'Password' -Type Password -PrependIcon 'Lock' -Placeholder 'Enter your password' -HideName
New-PodeWebSelect -Name 'Role1' -Options @('Choose...', 'User', 'Admin', 'Operations') -PrependIcon 'account'