From c90f86ab452f5f128ec43721953aa5006d0d5469 Mon Sep 17 00:00:00 2001 From: Samuel Suther Date: Wed, 3 Apr 2019 14:13:29 +0200 Subject: [PATCH] add alwaysShowSend (#1173) As now the alwaysShowSend property work again, I re-add it to the docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f2ce3824..2b83e1f4b 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ e.g. System Message - **`messageIdGenerator`** _(Function)_ - Generate an id for new messages. Defaults to UUID v4, generated by [uuid](https://github.com/kelektiv/node-uuid) - **`user`** _(Object)_ - User sending the messages: `{ _id, name, avatar }` - **`onSend`** _(Function)_ - Callback when sending a message +- **`alwaysShowSend`** _(Bool)_ - Always show send button in input text composer; default `false`, show only when text input is not empty - **`locale`** _(String)_ - Locale to localize the dates - **`timeFormat`** _(String)_ - Format to use for rendering times; default is `'LT'` - **`dateFormat`** _(String)_ - Format to use for rendering dates; default is `'ll'`