Skip to content

Commit

Permalink
add alwaysShowSend (#1173)
Browse files Browse the repository at this point in the history
As now the alwaysShowSend property work again, I re-add it to the docs
  • Loading branch information
xstable authored and xcarpentier committed Apr 3, 2019
1 parent daac72e commit c90f86a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'`
Expand Down

0 comments on commit c90f86a

Please sign in to comment.