FredrikOseberg / react-chatbot-kit

MIT License
301 stars 141 forks source link

fix placeholder override typo #15

Closed gastoncastineira closed 3 years ago

gastoncastineira commented 3 years ago

Hey,

I'm currently using your bot in a personal project and almost literally saved my entire year. Thing is, I was trying to override the header and placehold like in #7 and blew up. After a little search i found this:

  let placeholder = "Write your message here";
  if (placeholderText) {
    placeHolder = placeholderText;
  }

So anyways, I just wanted to help you fix it as a small thank you for the awesome work!

Keep it up man

Handwave-with-social-distancing

FredrikOseberg commented 3 years ago

Hey,

I'm currently using your bot in a personal project and almost literally saved my entire year. Thing is, I was trying to override the header and placehold like in #7 and blew up. After a little search i found this:

  let placeholder = "Write your message here";
  if (placeholderText) {
    placeHolder = placeholderText;
  }

So anyways, I just wanted to help you fix it as a small thank you for the awesome work!

Keep it up man

Handwave-with-social-distancing

Thank you for this 👍