(text: string)
| 272 | div.append(input); |
| 273 | return div; |
| 274 | } |
| 275 | onChange() { |
| 276 | const input = this.input.deref(); |
| 277 | if (input) { |
| 278 | const value = input.valueAsDate; |
| 279 | this.dateValue = value; |
| 280 | } |
| 281 | super.onChange(); |
| 282 | } |
| 283 | } |
| 284 | class ErrorBox implements OptionsElement<void> { |
no outgoing calls
no test coverage detected