Skip to content

How do I make FluentTextArea's height 100%? #3340

Answered by dvoituron
garrenf asked this question in Q&A
Discussion options

You must be logged in to vote

You need to use CSS styles to apply to part of the web component used by our FluentUI Blazor lib.

Example (to adapt using ID or class name):

fluent-text-area::part(control) {
  width: 300px;
  height: 300px;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@garrenf
Comment options

Answer selected by garrenf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants