(e: KeyboardEvent)
| 356 | } |
| 357 | |
| 358 | _onkeyup(e: KeyboardEvent) { |
| 359 | if (isSpace(e)) { |
| 360 | this._selectMonth(e); |
| 361 | } |
| 362 | } |
| 363 | |
| 364 | /** |
| 365 | * Selects a month, when user made selection with mouse or using Space/Enter. |
nothing calls this directly
no test coverage detected