You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users have the tendency to double-click a button when saving or submitting a form, because of the nature of some form submissions (REDCap specifically) We're likely to have two requests submitted to our backend before the first is finished processing. This may also have an adverse effect on other datasources.
Possible solution may be to set the disabled property on the submit button(s) to true when the XHR is greated and set it back to false when the XHR is done
Users have the tendency to double-click a button when saving or submitting a form, because of the nature of some form submissions (REDCap specifically) We're likely to have two requests submitted to our backend before the first is finished processing. This may also have an adverse effect on other datasources.
cc. https://github.com/chop-dbhi/biorepo-portal/issues/71
The text was updated successfully, but these errors were encountered: