chatscope / chat-ui-kit-react

Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
https://chatscope.io
MIT License
1.25k stars 104 forks source link

Backspace not working from inside MessageInput component #107

Closed ebeastlake closed 11 months ago

ebeastlake commented 1 year ago

Hitting "delete" on Mac is not triggering the change handler in the MessageInput component. How can I fix that?

ebeastlake commented 1 year ago

Using onKeyDown to detect backspace is a workaround, but I assume the behavior is still unintended.

supersnager commented 1 year ago

@ebeastlake I tested it using Browserstack on Mac Ventura in Chrome 113 and Safari 16.3 and it works. Please provide a repro and detailed info about the browser and Mac version.