if( _selected.length + 1 > max ) {
          this.sendAction('onError', {
            type: 'selection',
            code: 'select-max-constraint',
            message: `attempted to add "${get(item, 'title')}" but this list can only have a maximum of ${max} items.`,