microsoft / powercat-creator-kit

This toolkit helps create well-designed Power App experiences on the web & mobile. It contains a component library; PCF controls and other utilities that increase developer productivity.
MIT License
296 stars 49 forks source link

[BUG]: Tag List AutoHeights always Zero #445

Open EdgarasKarpavicius opened 5 months ago

EdgarasKarpavicius commented 5 months ago

TagList component - AutoHeight property always returns zero.

To reproduce, I configure the Items property as required, and when the height is set to a static value (e.g. 50), the component is working as expected. When trying to use the Autoheight property for the control height, it always results in zero.

I'd expect the component to auto-calculate the required height for the component to display all items without having to scroll within the component itself.

Using Autoheight:

image image

Using fixed Height (40):

image image

AB#2095

EdgarasKarpavicius commented 5 months ago

@denise-msft

denise-msft commented 4 months ago

Thank you for reporting this. We will investigate and address as resources permit.