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

2.6.0 - UDInputfield helpertext not fixed for TextArea type inputs #1114

Closed
PorreKaj opened this issue Sep 13, 2019 · 0 comments
Closed

2.6.0 - UDInputfield helpertext not fixed for TextArea type inputs #1114

PorreKaj opened this issue Sep 13, 2019 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@PorreKaj
Copy link

Describe the Issue

Title and screenshots should tell the story

To Reproduce

Steps to reproduce the behavior: (Example)

  1. Start Dashboard
  2. Click on the Hamburger
  3. Press ALT-F4
  4. Browser Closes...

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.
image

image

Script Sample

New-UDInput -Title "New Department" -Id "NewDepartmentForm" -Content {
                New-UDInputField -Type 'textbox' -Name 'DepartmentNumber' -Placeholder 'Department Number ("2600922")'
                New-UDInputField -Type 'textbox' -Name 'ShortDepartmentNumber' -Placeholder 'Short Department Number ("922")'
                New-UDInputField -Type 'textbox' -Name 'DepartmentName' -Placeholder 'Department Name ("2600922 - IT")'
                New-UDInputField -Type 'textbox' -Name 'DepartmentNameFriendly' -Placeholder 'Friendly Department Name ("Information Technology")'
                New-UDInputField -Type 'textbox' -Name 'ParentDepartment' -Placeholder 'If applicable, the department number of the parent department ("2600890")'
                New-UDInputField -Type 'textbox' -Name 'Manager' -Placeholder 'Username of the department Manager'
                New-UDInputField -Type 'textarea' -Name 'Notes' -Placeholder 'Optional text that will be included in the notification to IT-Support'
            } -Endpoint {
                param($DepartmentNumber, $ShortDepartmentNumber, $DepartmentName, $DepartmentNameFriendly, $ParentDepartment, $Manager, $notes)


                Show-something




            } -SubmitText "Create"

Version Information

  • Operating System:
  • PowerShell Version:
  • Universal Dashboard Version:
  • UD Hosting Method: (Powershell, IIS, App Service, Etc.)

Additional context

Add any other context about the problem here.

@PorreKaj PorreKaj added the bug Something isn't working label Sep 13, 2019
@adamdriscoll adamdriscoll self-assigned this Sep 13, 2019
adamdriscoll added a commit that referenced this issue Sep 22, 2019
@adamdriscoll adamdriscoll added this to the 2.6.1 milestone Sep 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants