-
Is there a way to get the FluentTextArea to fill its container? The width seems to work but the height does nothing. I would like it to resize if the container resizes. A normal html textarea element does work when setting height. Any help is appreciated. Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
RBearS
Nov 22, 2023
Replies: 1 comment 8 replies
-
Not sure if this is the proper way but I made it work using the following: |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
RBearS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if this is the proper way but I made it work using the following:
fluent-text-area::part(control){ height:100%; }