onEscape: function () {
      this.value = this.lastValueValid;
      this.$el.querySelector('input').blur();
    },