We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New-UDInput -Title "Validation Input" -Endpoint { param([ValidateLength(1,10)][String]$Text) Show-UDToast -Message "You selected: $Text $Bool $Select" -Duration 3000 } -Validate
This should appear right above the X icon.
The text was updated successfully, but these errors were encountered:
Fixes #1034
ffa54fd
Fixes #1034 (#1105)
327a90d
* Fixes #1034 * Updating help and dashboard. * Update dashboard. * Fixes #1094 * Fixes #1092 * Fix tests. * Updating tests.
No branches or pull requests
Describe the Issue
To Reproduce
Expected behavior
This should appear right above the X icon.
Version Information
The text was updated successfully, but these errors were encountered: