We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The status property is declared in the VueFilePondComponent class, but the value is always undefined.
status
VueFilePondComponent
undefined
Add the component to the page, access it via the reference and check it's status property value.
Check the value of the property of the actual FilePond instance in the _pond field - it will return the correct status.
_pond
The value of the status property of the Vue component is defined and is matching the FilePond instance value.
The text was updated successfully, but these errors were encountered:
Hi, I am curious about this as well, ideally I'd like to get the status from the pond and bind it to a ref, is this possible?
Sorry, something went wrong.
No branches or pull requests
Summary
The
status
property is declared in theVueFilePondComponent
class, but the value is alwaysundefined
.How to reproduce
Add the component to the page, access it via the reference and check it's
status
property value.Check the value of the property of the actual FilePond instance in the
_pond
field - it will return the correct status.Expected behaviour
The value of the
status
property of the Vue component is defined and is matching the FilePond instance value.The text was updated successfully, but these errors were encountered: