powercat-creator-kit
powercat-creator-kit copied to clipboard
[BUG]: (MDA Reference App/Tag List) Tag lists do not raise the OnChange when the AutoHeight has changed.
Describe the bug
Tag lists do not raise an OnChange event when the AutoHeight property changes.
To Reproduce Steps to reproduce the behavior:
- Open the MDA reference app
- Navigate to the Tag List page
- Scroll to the Tag List in the Galleries sample box
Expected behavior The tag list should automatically adjust its height to accommodate the tags and adjust the side of the gallery item accordingly.
Screenshots
Shows as:

It should show as:

Additional context I think this is related to #97, caused by the flexbox container created by the model-driven apps player. The issue does not happen inside the designer.
AB#1007