1 | inputMdl is passed | inputMdl = '09/09/2019' | Datepicker is shown with default value as '09/09/2019'. |
2 | disabled | disabled = true | Uneditable date picker will be shown with default value. |
3 | cst-datepicker-element-override is passed. | .cst-datepicker-element-override{margin-right:20px} | Date picker is shown with customized style of the class passed. |
4 | change event callback is passed. | evtChangeCallback() | On change, callback is called passing event and info object. |
5 | otherInfo is passed with change event. | otherInfo = '' | otherInfo is also set in info object when change callback is called. |