| 1 | inputMdl is passed | inputMdl = 'Initial Value' | Textbox is shown with default value as 'Initial Value'. | 
| 2 | disabled | disabled = true | Uneditable text box will be shown with default value. | 
| 3 | cst-multi-line-textbox-element-override is passed. | .cst-multi-line-textbox-element-override {margin-right:20px} | Textbox 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. | 
| 6 | Text enter in textbox is very big. |  | Behave as normal text box. Text keeps going to left. |