this.listenerRecordKey = this.listenerRecordKey.bind(this);
this.input.addEventListener('focus', () => {
this.listenerRecordKey = this.listenerRecordKey.bind(this);
this.input.addEventListener('focus', () => {
});
this.input.addEventListener('blur', () => {
this.stopListeningForInput();
});
this.input.addEventListener('blur', () => {
this.stopListeningForInput();