Replies: 6 comments 6 replies
-
We found the following entry in the FAQ which you may find helpful: Feel free to close this issue if you found an answer in the FAQ. Otherwise, please give us a little time to review. This project is developed and maintained by Will McGugan. Consider sponsoring Will's work on this project (and others). This is an automated reply, generated by FAQtory |
Beta Was this translation helpful? Give feedback.
-
How tall do you want your TextAreas to be? |
Beta Was this translation helpful? Give feedback.
-
And their containers you might ask. I would want them not cut, and not having adjacent widgets cut somehow either, that's for sure. Otherwise, they seem to incorporate view height by default in their max size. As they appear inside |
Beta Was this translation helpful? Give feedback.
-
But we are discussing default behavior here which I tried to research but then found inconsistencies. |
Beta Was this translation helpful? Give feedback.
-
Ahm... How is this not a bug? |
Beta Was this translation helpful? Give feedback.
-
If you are in any doubt, look at the TextArea's css ( Set your TextAreas to the height you wish them to be. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been struggling with not being able to properly displaying
TextArea
s insideCollapsible
widgets. After many hours of testing I concluded that indeed this is probably not how it's supposed to work. Couldn't replicate withListView
s instead ofCollapsible
s and neither with other widgets insideCollapsible
.Issue can be mitigated with setting a concrete
height
for eitherTextArea
orCollapsible
'sContents
. But analysingCollapsible
's and its components' CSS configs did not point me to any direction, it all seems to be "auto". But it doesn't do that right as these examples show.It's tempting to think it's just one or two lines of error with the cuts but there can be more than that, I could replicate that reliable as of yet. Also, I have encountered where as if the virtual size of TextArea influenced a parent container's virtual size but I will attempt to post example of that maybe later.
Beta Was this translation helpful? Give feedback.
All reactions