Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An implementation of an HTML textarea element as a form-connected web-component. The fluent-text-area supports two visual appearances, outline and filled, with the control defaulting to the outline appearance.
fluent-text-area
Setup
import {
provideFluentDesignSystem,
fluentTextArea
} from "@fluentui/web-components";
provideFluentDesignSystem()
.register(
fluentTextArea()
);
Example
Please see the Blazor documentation and demo site for more information.