case 38: // up arrow
                    switch (input) {
                        case 'hour':
                            this.incrementHour();
                        break;