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
disabled
Would be awesome if you could disable the file input that the component renders via a binding. Something like
{{file-picker disabled=inProgress}}
I don’t see a way to make that work in the current version, but maybe I’m missing something?
The text was updated successfully, but these errors were encountered:
Sounds like a good improvement. The way to go would be to add it in the template: https://github.com/funkensturm/ember-cli-file-picker/blob/master/app/templates/components/file-picker.hbs#L25 respectively on your custom template.
Sorry, something went wrong.
No branches or pull requests
Would be awesome if you could disable the file input that the component renders via a binding. Something like
I don’t see a way to make that work in the current version, but maybe I’m missing something?
The text was updated successfully, but these errors were encountered: