Possible to set a loading state? #132
Unanswered
brandondurham
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’d like to put my “Upload” button in a loading state until
onUploadAccepted
is called. Is there a condition where this could take long enough to warrant showing a loading state? Like, if the user attempts to upload a very large file? If so, what might be the best place tosetIsLoading
to true/false depending on the state of the file parsing?Beta Was this translation helpful? Give feedback.
All reactions