fileAttachment.multipleBoolean(default: true)

Whether to allow multiple file selection.

Example

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    fileAttachment: {
        multiple: false
    },
    authorId: "user"
});
</script>
In this article
fileAttachment.multiple
Not finding the help you need?
Contact Support