Pierre Anctil

Results 2 issues of Pierre Anctil

Rendering: ![image](https://cloud.githubusercontent.com/assets/6544411/24096326/81f715e2-0d61-11e7-9e04-2e0546a4ec11.png) ![image](https://cloud.githubusercontent.com/assets/6544411/24096308/780d10cc-0d61-11e7-8b35-29692ba260ad.png) Code: ``` ``` Workaround: ``` .bootstrap-switch-container > span { white-space: nowrap; } ```

the suggestions where sliced with: rendered += suggestions.length; suggestions.slice(0, that.limit - rendered) which is fine as long as limit < suggestions.length because slicing with a negative index works but if...