chatroom
chatroom copied to clipboard
Add feature to disable input when last message type is a button
- Added a new prop "disableInputOnButton" - If true, then we will disable text input if last bot message type is a button, and add corresponding css style to show "not-allowed".
Based on https://github.com/scalableminds/chatroom/issues/87