Lightning-UI-Components
Lightning-UI-Components copied to clipboard
Lightning UI Components
## Description The min and max value on the [ListItemSlider](https://rdkcentral.github.io/Lightning-UI-Components/?path=/story/components-listitem-listitemslider--list-item-slider) weren't preserving the user input values on refresh. This was caused by generating the Slider story as a substory in...
## Description ## References ## Testing ## Automation ## Checklist - [ ] all commented code has been removed - [ ] any new console issues have been resolved -...
### Description An issue was discovered where withEditItems does not integrate smoothly with lazyScroll. This update ensures that the scrolling functionality will pause until the initial item swap transition is...
## Description This PR updates how the patch object for the Text tag is created to ensure the tag can get the proper parent dimensions it needs in order to...
## Description Prototype implementation of applying extensions at setTheme time to Component prototypes rather than at instance construct time. Extensions take an array of imported component references rather than component...
## Description The `itemPosX` and `itemPosY` properties of FocusManager/NavigationManager/Column/Row instantly updated the x and y values of the Items element. This prevents animating the Items element and making a smoother...
## Description withExtensions currently runs on `_construct` for every instance of a component class. This updates the extension creation process to only modify component prototypes, so the createExtensions workflow only...
## Description In building the new Gallery component, I tried adding his to the Gallery.d.ts file: ```ts type GalleryStyle = ColumnStyle & { itemLayout?: LayoutOptions; }; ``` I found that...
Hello, Once again thank you for this library, it's really much better than writing everything by hand. I have a question because I have two issues with the Keyboard and...
I am facing issues in implementing dropdown and managing focus while creating dropdown from scratch.