A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
24
stars
6
forks
source link
[Bug] Form repositions cursor to the end of textarea during typing #15
Open
janechu opened 4 years ago
Describe the bug; what happened?
When the
<Form />
from@microsoft/fast-tooling-react
encounters piece of text, during typing the cursor will move to the end of the textarea.What behavior did you expect?
The cursor should remain where it is so that a user can type in the middle of sentences/paragraphs.