New to Kendo UI for jQuery? Start a free 30-day trial

ShowAdditionalCount

configuration

When true and more than one source is present, a +N count is appended to the chip label showing the number of additional sources.

Default: true

<span id="citation"></span>
<script>
$("#citation").kendoCitation({
    showAdditionalCount: false,
    sources: [
        { url: "https://example.com", title: "A" },
        { url: "https://example.org", title: "B" }
    ]
});
</script>
Not finding the help you need?
Contact Support