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

UDInput Validation Hover is always at the top. #1034

Closed
adamdriscoll opened this issue Aug 20, 2019 · 0 comments
Closed

UDInput Validation Hover is always at the top. #1034

adamdriscoll opened this issue Aug 20, 2019 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@adamdriscoll
Copy link
Member

Describe the Issue

image

To Reproduce

 New-UDInput -Title "Validation Input" -Endpoint {
        param([ValidateLength(1,10)][String]$Text)

        Show-UDToast -Message "You selected: $Text $Bool $Select" -Duration 3000
    } -Validate

Expected behavior

This should appear right above the X icon.

Version Information

  • Operating System: Windows 10
  • PowerShell Version: 5.1
  • Universal Dashboard Version: 2.5.3
  • UD Hosting Method: PowerShell
@adamdriscoll adamdriscoll added the bug Something isn't working label Aug 20, 2019
@adamdriscoll adamdriscoll added this to the 2.6.0 milestone Sep 10, 2019
adamdriscoll added a commit that referenced this issue Sep 12, 2019
adamdriscoll added a commit that referenced this issue Sep 12, 2019
* Fixes #1034

* Updating help and dashboard.

* Update dashboard.

* Fixes #1094

* Fixes #1092

* Fix tests.

* Updating tests.
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

1 participant