MaxHeight for BrowserInput does not seem to work

MaxHeight for BrowserInput does not seem to work

rolandas_vegis
Advocate Advocate
283 Views
0 Replies
Message 1 of 1

MaxHeight for BrowserInput does not seem to work

rolandas_vegis
Advocate
Advocate

Hello,

 

I think I ran into a bug: when using max height with browser input it works incorrectly.

 

First, when setting it to 0 - there should be no max height and it should take all the available space, however it uses minimum height then and does not expand any further. Using chrome dev tools to debug the browser input which has min height set to 100 and max to 0 I can see that only min height is used:

rolandasvegis_0-1687519233147.png

 

When setting the max height property, it uses all of the height that is set, even if that is more than the html height. In the screenshot you can see that the body height is 111px, yet the browser input expands all the way to 300 - which is the max height set for this example.

rolandasvegis_1-1687519375863.png

 

0 Likes
284 Views
0 Replies
Replies (0)