|
|
|
|
|
by scotu
3192 days ago
|
|
I won't pretend to be an expert, but very vaguely, if I know anything about react: you would have to modify the local state of the form (if it's possible at all by a 3rd party in fb frontend code) and react/flux will modify the dom for you. If you go more directly (on the DOM for example) you will get overwritten by the current state as soon as react re-renders |
|
Sorry to be such a pest but I've spent probably too much time banging my head against this problem. Thanks!