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
When passing a URL to a carousel item, the url is not invoked when an item is clicked
To Reproduce
Steps to reproduce the behavior: (Example)
New-UDImageCarouselItem -BackgroundImage $_.Cover -BackgroundRepeat no-repeat -BackgroundSize Auto -Url " https://google.com " should cause google's website to be invoked on clicking the item
Expected behavior
You should be redirected to the URL specified when clicking an item in the carousel.
Script Sample
See Reproduce section above
Version Information
Operating System: Windows 10
PowerShell Version: 5.1
Universal Dashboard Version: Latest
UD Hosting Method: (Powershell, IIS, App Service, Etc.) IIS
The text was updated successfully, but these errors were encountered:
Describe the Issue
When passing a URL to a carousel item, the url is not invoked when an item is clicked
To Reproduce
Steps to reproduce the behavior: (Example)
New-UDImageCarouselItem -BackgroundImage $_.Cover -BackgroundRepeat no-repeat -BackgroundSize Auto -Url " https://google.com "
should cause google's website to be invoked on clicking the itemExpected behavior
You should be redirected to the URL specified when clicking an item in the carousel.
Script Sample
See Reproduce section above
Version Information
The text was updated successfully, but these errors were encountered: