inlineHelpTexts: function() {
    return this.$el.find('.input').map(function() {
      return $(this).data('inlineHelpText');
    }).get();
  }