New message is appended to the last message in inputtext
See original GitHub issueIssue Description
When type the message for the second time on android. It appends the new message in last message sent. Seems kind of buffer not cleared after message sent.
Steps to Reproduce / Code Snippets
<GiftedChat
messages={this.state.messages}
onSend={messages => this.onSend(messages)}
showUserAvatar={true}
user={data}
listViewProps={{
onEndReached: this.onEndReached
}}
/>
Expected Results
No append previous message
Additional Information
- Nodejs version: 11.10.1
- React version: 16.6.3
- React Native version: 0.58.6
- react-native-gifted-chat version: 0.7.3
- Platform(s) (iOS, Android, or both?): Android
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
How to append an text message when an input field is ...
To append an element with a text message when the input field is changed, change() and appendTo() methods are used. The change() method...
Read more >How to delete an appended message in jquery after you have ...
I have looked through a lot of the already asked questions and cannot find it. I need the previous appended message to be...
Read more >How to add error message to specific inputText / inputfield
I add a message to the page, but how can I add it to the input text ApexPages.Message message = new ApexPages.message(ApexPages.severity.
Read more >Append Text Input to Multi Line Text Field on Edit Screen
Have the user type in someones name; Select the ADD icon; Have the entry Appended to a new line on the Multi line...
Read more >InputText - BootsFaces Showcase
You can easily prepend or append text to your inputTexts and what you prepend and append ... < b:inputText label = "E-mail:" labelStyle...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
same problem :< it appends in last word of last message “react”: “^16.8.6”, “react-native”: “^0.59.9”, “react-native-gifted-chat”: “^0.7.2”, Platform(s) (iOS, Android, or both?): Android
I’m still with this issue, i was try everything here , autocorrect, cleartext, block input when sending, but i still with this problem. RN 59.8 GIfted-chat 0.9.6 Platform: Android