Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input field not working, autoscroll not working #58

Open
giovabiancia opened this issue Dec 12, 2020 · 5 comments
Open

Input field not working, autoscroll not working #58

giovabiancia opened this issue Dec 12, 2020 · 5 comments

Comments

@giovabiancia
Copy link

<ChatFeed
messages={messages} // Array: list of message objects
isTyping={false} // Boolean: is the recipient typing
/* hasInputField={} */
showSenderName // show the name of the user who sent the message
bubblesCentered={true} //Boolean should the bubbles be centered in the feed?
// JSON: Custom bubble styles
bubbleStyles={{
text: {
fontSize: 16,
},
chatbubble: {
borderRadius: 70,
padding: 10,
},
}}
/>

@brandonmowat
Copy link
Owner

Need more info

@mattaccountable
Copy link

Here is some more info :). Any ideas?

image

Has input field error above

          <ChatFeed
            messages={messages} // Array: list of message objects
            //isTyping={this.state.is_typing} // Boolean: is the recipient typing
            showSenderName // show the name of the user who sent the message
            bubblesCentered={false} //Boolean should the bubbles be centered in the feed?
            // JSON: Custom bubble styles
            hasInputField={true}
          />

No scroll

image

@sbue
Copy link

sbue commented Jan 14, 2021

Getting this issue too

@giovabiancia
Copy link
Author

Anyone has found a different solution for scrolling to the bottom ??

@mostafa2425
Copy link

same issue with me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants