First of all, kudos to the new lazy load feature. Great stuff! There is however a problem if you have the following options ``` { fixedTitle: false, dynamicTitleMaxItems: 2, // Any value greater than 0 (0 is a workaround). isLazyLoad: true, } ``` The problem is that only the selected items that is visible right now is displayed in the dynamic title. Reproduced using [Lazy loading Plunker](https://plnkr.co/edit/fsZHbth4kzLI79hohcMG?p=preview): - set `msSettings.fixedTitle = false` - Run plunker and check first two countries - Search for "cuba" The dynamic title is now blank.