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
Looking at the HTML for the icon (conveniently provided in the console warning) shows that maybe the name attribute got a little messed up, since there's an attribute "direction-arrows", when I think it should be name="direction-arrows".
Affected Component
Slider
Expected Behaviour
No warning in the console, the icon should show up on the handle like it does on the RangeSlider component.
Bug Description
The slider component is showing a blank icon. There's a warning in the console:
Icon.ts:268 Icon name property is required
<ui5-icon mode="Decorative" "direction-arrows"="" part="icon-slider" slider-icon="" ui5-icon="" design="Default" desktop="">
This happens in the documentation for the Slider component, too. Here's a link to the documentation that shows the bug:
https://sap.github.io/ui5-webcomponents/components/Slider/#basic-sample
Looking at the HTML for the icon (conveniently provided in the console warning) shows that maybe the name attribute got a little messed up, since there's an attribute "direction-arrows", when I think it should be name="direction-arrows".
Affected Component
Slider
Expected Behaviour
No warning in the console, the icon should show up on the handle like it does on the RangeSlider component.
Isolated Example
https://sap.github.io/ui5-webcomponents/components/Slider/#basic-sample
Steps to Reproduce
Log Output, Stack Trace or Screenshots
Icon.ts:268 Icon name property is required
<ui5-icon mode="Decorative" "direction-arrows"="" part="icon-slider" slider-icon="" ui5-icon="" design="Default" desktop="">
Priority
Low
UI5 Web Components Version
2.2.0
Browser
Chrome
Operating System
Windows 11
Additional Context
No response
Organization
SAP
Declaration
The text was updated successfully, but these errors were encountered: