You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up to version 2.7.0 whenever you use validation with new-udinput, the moment you click on the second box the green circle will spin and do the validate and provide the error message as expected.
recently with nightly builds the green circle will spin and nothing like what you have entered is valid, then when you click submit you get the validation error.
based on my testing the issue is in the client folder cause when i replace client folder with an older version or with the current one from 2.7.0 it works again.
Up to version 2.7.0 whenever you use validation with new-udinput, the moment you click on the second box the green circle will spin and do the validate and provide the error message as expected.
recently with nightly builds the green circle will spin and nothing like what you have entered is valid, then when you click submit you get the validation error.
based on my testing the issue is in the client folder cause when i replace client folder with an older version or with the current one from 2.7.0 it works again.
here is a sample
Get-UDDashboard | Stop-UDDashboard
Start-UDDashboard -Dashboard (
New-UDDashboard -Title "Test" -Content {
) -Port 80 -wait
The text was updated successfully, but these errors were encountered: