()
| 116 | } |
| 117 | |
| 118 | createExampleComponent() { |
| 119 | return Neo.create(DateField, { |
| 120 | clearToOriginalValue: true, |
| 121 | labelText : 'Label', |
| 122 | labelWidth : 70, |
| 123 | value : DateUtil.convertToyyyymmdd(new Date()), |
| 124 | width : 270 |
| 125 | }) |
| 126 | } |
| 127 | } |
| 128 | |
| 129 | export default Neo.setupClass(MainContainer); |
nothing calls this directly
no test coverage detected