if (
        !this.isDisabled() &&
        !this.isFixed() &&
        ( e.keyCode === OO.ui.Keys.BACKSPACE || e.keyCode === OO.ui.Keys.DELETE )
    ) {