1 | inputMdl is passed | inputMdl = 'Initial Value' | Textarea is shown with default value as 'Initial Value'. |
2 | disabled | disabled = true | Uneditable textarea will be shown with default value. |
3 | cst-textarea-element-override is passed. | .cst-textarea-element-override {margin-right:20px} | Textarea is shown with customized style of the class passed. |
4 | blur event callback is passed. | evtBlurCallback() | On blur, callback is called passing event and info object. |
5 | otherInfo is passed with blur event. | otherInfo = '' | otherInfo is also set in info object when blur callback is called. |