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
feat(ui5-li): change wrappingType property to public
- Updated the ListItemStandard class and ListItemStandardTemplate
- Updated CSS selectors to work with wrapping-type="Normal" attribute
- Updated the available test cases
- Updated the documentation
- Updated the samples
it("should switch wrapping type when wrapping prop is toggled",()=>{
222
+
it("should render different nodes based on wrappingType prop",()=>{
226
223
constlongText="This is a very long text that should be wrapped when the wrapping prop is enabled, and truncated when it's disabled. This is a very long text that should be wrapped when the wrapping prop is enabled, and truncated when it's disabled. This is a very long text that should be wrapped when the wrapping prop is enabled, and truncated when it's disabled. This is a very long text that should be wrapped when the wrapping prop is enabled, and truncated when it's disabled. This is a very long text that should be wrapped when the wrapping prop is enabled, and truncated when it's disabled. And now we're adding even more text to be extra certain that we have enough content to demonstrate the behavior properly.";
0 commit comments