Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.