case 40: // down arrow
                    switch (input) {
                        case 'hour':
                            this.decrementHour();
                        break;