Textarea Work flow

Bindable Properties

  1. inputMdl
  2. options
  3. otherInfo
  4. extDisabled
  5. evtBlurCallback

Overview

  • Shows a textarea.
  • Shows a textarea with the height and width is as per outer container's dimension.

Features/Functionality

  • Value will be set on blur in inputMdl variable passed.
  • Disabled textbox is shown if disable is true.
  • Blur event callback will called on blur.
  • Component is responsive.
  • It is cross browser compatible. (IE11, Edge, Firefox, chrome)

Defaults

  • min-width: 100px
  • min-height: 50px

Breakdown

  • Display inputMdl as textarea's value initially on load.
  • Entered/Selected value will be set in inputMdl on blur.
  • Validations will be done on blur.
  • Blur event callback will be called, if disabled is false.
  • On css override
    • .cst-textarea-container-override : Container Class
    • .cst-textarea-element-override: Element Class