MscrmTools / PCF-Controls

Controls using PowerApps Components Framework
GNU General Public License v3.0
83 stars 42 forks source link

Fixed random scroll on lookup and added german translations #160

Closed AhashSritharan closed 10 months ago

AhashSritharan commented 10 months ago

Originally when using the lookup as dropdown component the dropdown would randomly scroll up and down when you hover over the options with the mouse. This issue comes from the fluentui library and is described here: https://github.com/microsoft/fluentui/issues/8748 I was able to resolve this issue by setting calloutProps={{ calloutMaxHeight: 300 }}