-
Notifications
You must be signed in to change notification settings - Fork 893
Open
Labels
Description
Describe the bug
The issue here is that whenever the form or components re-renders, SurveyJS throws my cursor unexpectedly, deletes text even as I'm typing, and the whole input form constantly flashing.
Steps to reproduce
- Create a parent react component that has state.
- Add SurveyJS somewhere inside it.
- Simulate state changes while you fill out the form.
- The form starts flashing, your cursor placement keeps getting reset, your data is deleted partially or totally depending on input type.
Proof of Concept
Forked an example from the docs and simply added setInterval that updates state. You can find it here