-
I'm having an issue where the vue component button is active while uploading but disabled when ready to submit. Referencing this (v3, I'm using v2) What would cause this component to work opposite of intended behavior? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
After much head banging.... It was a simple
@freekmurze Is this something you'd like to add to the docs? I can do a PR. |
Beta Was this translation helpful? Give feedback.
-
@trevorpan Feel free to send a PR to the docs. @AdrianMrn is the solution above ok for you? |
Beta Was this translation helpful? Give feedback.
After much head banging....
It was a simple
!
added to:disabled="!isReadyToSubmit"
@freekmurze Is this something you'd like to add to the docs? I can do a PR.