Pierre Anctil
Pierre Anctil
Rendering:   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...