Open gabber7 opened 4 years ago
I've made a simplified demo of the bug
It's a Chrome bug... Chrome has a multitude of extremely annoying bugs with anything related to contenteditable
...
it's a big problem.
I've made a simplified demo of bug
It's a Chrome bug... Chrome has a multitude of extremely annoying bugs with anything related to
contenteditable
... it's a big problem.
Thank you for taking time to look into this. 🙏
Thanks for providing this great component. It solves a big usability issue I had previously with regular textareas.
Prerequisites
Demo Page
https://codesandbox.io/s/tagify-react-wrapper-oempc https://oempc.csb.app/MixedModeTagify
Explanation
What is the expected behavior? Given a line starts with a tag, I expect to be allowed placing the caret at beginning of the line.
What is happening instead? The caret jumps to the end of the previous line. Using the keyboard or mouse cursor leads to the same result.
What error message are you getting? None