Issue summary
Is it possible to set a max height for multiline text fields in the React component (where overflow would just introduce scrolling)? I know there's a way to set a minimum number of lines, but I was just wondering if theres a way to handle text fields with a lot of text. I tried setting css max height in various different ways, but they seem to be overrided by the height attribute in TextField.tsx.