Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

Badgerati
Copy link
Owner

Description of the Change

  • Adds -HideName for all input elements
  • Adds -PrependText, -PrependIcon, -AppendText, and -AppendText for Select and Textarea

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'

@Badgerati Badgerati added this to the 1.0.0 milestone Jul 1, 2024
@Badgerati Badgerati self-assigned this Jul 1, 2024
@Badgerati Badgerati merged commit 08c57bf into develop Jul 1, 2024
3 checks passed
@Badgerati Badgerati deleted the hide-name branch July 1, 2024 18:57
@Badgerati Badgerati added the enhancement ⬆️ New feature or request label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ⬆️ New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant