#Bindable Properties
- inputMdl
- options
- otherInfo
- extDisabled
- 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