# How to allow new lines instead of enter sending a message

**URL:** https://community.sendbird.com/t/how-to-allow-new-lines-instead-of-enter-sending-a-message/7565
**Category:** React
**Tags:** uikit, question
**Created:** [June 12, 2023, 12:54pm UTC](https://community.sendbird.com/t/how-to-allow-new-lines-instead-of-enter-sending-a-message/7565 "2023-06-12T12:54:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Charles\_Forson](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/charles_forson/32/4154_2.png) [@Charles\_Forson](https://community.sendbird.com/u/Charles_Forson)
#### Post date: [June 12, 2023, 12:54pm UTC](https://community.sendbird.com/t/how-to-allow-new-lines-instead-of-enter-sending-a-message/7565/1 "2023-06-12T12:54:54Z")

</div>

**[Problem/Question]**

Our users have requested that we allow them to create new lines rather than sending the message on enter. Is this possible without a custom input?

If not, are there any known examples, I’ve been searching the docs/web for a while but can’t seem to find much talk about it.

---

<div class="post-metadata">

### Author: ![Thanraj](https://avatars.discourse-cdn.com/v4/letter/t/4491bb/32.png) [@Thanraj](https://community.sendbird.com/u/Thanraj)
#### Post date: [June 27, 2023, 11:07am UTC](https://community.sendbird.com/t/how-to-allow-new-lines-instead-of-enter-sending-a-message/7565/2 "2023-06-27T11:07:08Z")

</div>

Hi Charles,

Welcome to the Sendbird Community!

Currently, this can be customized only with the help of custom input where you can find use the [sample guide](https://github.com/sendbird/sendbird-uikit-react/blob/main/SAMPLES.md#message-input) here as a reference to implement it at your end.
