event-list not working with dynamic content and custom height #1684
Labels
type: bug
Something isn't working
Workflow: Issue created
JIRA issue is created and will be analyzed
Prerequisites
What happened?
When dynamically changing the content of the ix-event-list (e.g. using ngFor or @ for), newly added event-list-items don't get the custom item-height applied. Setting item-height="S" or "L" is working, but not with custom height like "60".
Suppose:
<ix-event-list item-height="60">
with dynamic contentExpected:
all ix-event-list-item inside have the same height (60px in rem)
Actual:
only initial rendered ix-event-list-item have the height, newly added ones have the default height
What type of frontend framework are you seeing the problem on?
Angular
Which version of iX do you use?
v2.6.1
Code to produce this issue.
The text was updated successfully, but these errors were encountered: