About 29,900 results
Open links in new tab
  1. Angular Textarea Component - primeng.org

    Textarea provides small and large sizes as alternatives to the base. The fluid prop makes the component take up the full width of its container when set to true. Specify the variant property …

  2. Input | Angular Material

    import {MatInputModule} from '@angular/material/input'; Directive to automatically resize a textarea to fit its content. Maximum amount of rows in the textarea. Minimum amount of rows …

  3. Angular textarea Directive - W3Schools

    AngularJS modifies the default behavior of <textarea> elements, but only if the ng-model attribute is present. They provide data-binding, which means they are part of the AngularJS model, and …

  4. Angular TextArea - Getting Started | Angular Documentation

    The TextArea component allows users to enter and edit multi-line text. This tutorial shows how to add a TextArea component to a page and configure the component's core settings.

  5. Angular Material Textarea - ConcretePage.com

    Apr 14, 2024 · This page will walk through Angular Material textarea example. Angular Material provides MatInput Directive to create <input> and <textarea> element with a MatFormField.

  6. Kendo UI for Angular TextArea Overview - Telerik

    The Kendo UI for Angular TextArea provides highly customizable interface for displaying multi-line text. You can integrate the component in forms or use it as a standalone item, and also …

  7. Angular Forms with a textarea - Stack Overflow

    Aug 21, 2019 · I'm using angular forms in a dialog to collect strings. In the example below they are a contact and a reason. Everything works as expected when I use input tags, but I cannot get …

  8. Text field | Angular Material

    If you are using Angular Material, this CSS is included as part of the mat-core mixin. If you are not using Angular Material, you should include this CSS with the cdk-text-field mixin.

  9. Getting started with Angular TextArea Component - Syncfusion

    Apr 6, 2025 · Checkout and learn about Getting started with Angular TextArea component of Syncfusion Essential JS 2 and more details.

  10. Angular Material Textarea Tutorial - ItSolutionStuff.com

    May 2, 2024 · We can create material input textarea in angular 6, angular 7, angular 8, angular 9, angular 10, angular 11, angular 12, angular 13, angular 14, angular 15, angular 16 and …