visibleInputPropertyNames: function() {
    return this.$el.find('.input:not(.hidden_via_binding)').map(function() {
      return $(this).data('inputPropertyName');
    }).get();
  },