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
Using Get-UDElement throws clientside js error: "SyntaxError: Unexpected end of JSON input at fetch-service.jsx:50"
Tested on custom component and ud-textbox.
New-UDTextbox -Id "stuffbox" -Label "Type"
New-UDButton -text "GetTheElement" -OnClick { show-udtoast ((Get-UDElement -Id "stuffbox").Attributes.value) }
Errorless clientside
Error above
Win2019 1903: 5.1: 2.7 Community: **PowerShell.) Issue also present at IIS installation on UD 2.5
The function works, the data is passed, but the client shows errors in transit.
The text was updated successfully, but these errors were encountered:
Fixes #1364
1312e5e
76681d0
No branches or pull requests
Describe the Issue
Using Get-UDElement throws clientside js error:
"SyntaxError: Unexpected end of JSON input
at fetch-service.jsx:50"
Tested on custom component and ud-textbox.
To Reproduce
New-UDTextbox -Id "stuffbox" -Label "Type"
New-UDButton -text "GetTheElement" -OnClick {
show-udtoast ((Get-UDElement -Id "stuffbox").Attributes.value)
}
Expected behavior
Errorless clientside
Screenshots
Error above
Version Information
Win2019 1903:
5.1:
2.7 Community:
**PowerShell.)
Issue also present at IIS installation on UD 2.5
Additional context
The function works, the data is passed, but the client shows errors in transit.
The text was updated successfully, but these errors were encountered: